Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.48 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.48 KB

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.