Skip to content

Instantly share code, notes, and snippets.

View nicolehanjing's full-sized avatar
👩‍💻
Focusing

Nicole Han nicolehanjing

👩‍💻
Focusing
View GitHub Profile
@nicolehanjing
nicolehanjing / gitcmd.md
Last active October 17, 2020 00:05
Git Cheat Sheet

Git: basics, commands & tricks


Git basics

The most important function of Git is to allow teams to add (and merge) code at the same time to the same project. There are also many other things Git does really well: it allows us to revert changes, create new branches for adding new features, resolve merge conflict etc. Basics