Skip to content

joroMaser/greeting_app_remote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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 first workshop given on July 9th, 2020, as part of a She Codes Git marathon.

Cheatsheets

Basic Git operations

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

Branches

Creating _________________ git checkout -b <branch_name>

Changing ________________ git checkout <branch_name>

Listing local ______________ git branch

Listing all ________________ git branch -a

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

  • Python 100.0%