Thank you for participating in Let's Git Started - A hands-on basic Git workshop lead by Hilla Shahrabani.
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.
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 |
I'd love to hear from you! :)
You can find me on LinkedIn, or send me an e-mail.