Skip to content

HillaShx/greeting_app_remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Let's Git Started - Hands-on Git 101

Thank you for participating in Let's Git Started - A hands-on basic Git workshop lead by Hilla Shahrabani.

Important Links

Make a README - A handy manual for writing a good README for your project.

gitignore documentation - The official documentation where you'll find detailed explanations of how to use .gitignore.

My text-based tutorial on Medium, which inspired this workshop.

A recording of the original workshop given on August 20th, 2020, as part of a She Codes Git marathon.

Cheatsheets

Basic Git operations

Command Action
git init Initializing a local repo
git remote add origin Link local repo to remote repo
git add Staging a file
git commit -m "" Commiting a change
git pull origin Pulling changes
git push origin Pushing changes
git checkout -b Creating, then switching to, a new branch
git checkout Switching to a different branch
git branch Listing the branches on local
git branch -a Listing branches on all repo clones

Contact me

I'd love to hear from you! :)

You can find me on LinkedIn, or send me an e-mail.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages