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 first workshop given on July 9th, 2020, as part of a She Codes Git marathon.
Initializing a local repo ______ git init
Connect remote repo _______ git remote add origin
Staging a file ______________ git add
Committing a change _______ git commit -m “”
Pulling changes ___________ git pull
Pushing changes __________ git push
Creating _________________ git checkout -b <branch_name>
Changing ________________ git checkout <branch_name>
Listing local ______________ git branch
Listing all ________________ git branch -a
I'd love to hear from you! :)
You can find me on LinkedIn, or send me an e-mail.