Common Git commands for version control and teamwork.
| Concept / Tag | Code Snippet | Description |
|---|---|---|
| Set Name |
|
Identity setup. |
| List Config |
|
View all settings. |
| Concept / Tag | Code Snippet | Description |
|---|---|---|
| Add Remote |
|
Connect to GitHub. |
| Upstream |
|
Track remote branch. |
| Concept / Tag | Code Snippet | Description |
|---|---|---|
| List Stash |
|
View saved work. |
| Log Graph |
|
Visual history. |
| Concept / Tag | Code Snippet | Description |
|---|---|---|
| Amend Commit |
|
Fix last commit. |
| Reset Work |
|
Remove commit, keep code. |