13 common Git commands that you should maybe memorize - …
https://shortcut.com/blog/common-git-commands-that-you-should-memorize
13 common Git commands that you should consider memorizing 1. Init: Create a new repository on your local machine ... 2. Config: Configure your local and global values ... 3. Clone: Get source code from your remote repo ... 4. Branch: Create a local work environment ... 5. Checkout: Switch branches and inspect files, commits ... 7. Diff: Quickly compare unstaged files before committing ...
1. Init: Create a new repository on your local machine ...
2. Config: Configure your local and global values ...
3. Clone: Get source code from your remote repo ...
4. Branch: Create a local work environment ...
5. Checkout: Switch branches and inspect files, commits ...
7. Diff: Quickly compare unstaged files before committing ...
DA: 56 PA: 73 MOZ Rank: 94