Git Cheatsheet - 2021
Dec 4, 2020Creating Snapshots Browsing History Branching & Merging Collaboration Rewriting History Housekeeping(Personal Favorites) Creating Snapshots Initializing a repository 1git init Staging files 1git add file1.js file2.js # Stages multiple files 2git add . # Stages the current directory and all its content Viewing the …
Read More