Git
Basics
Command | Description |
---|---|
| Initialize a Repository |
| Clone a Repository |
| Add all to Staging Area |
| Commit Changes |
| Push Changes to Remote Repository |
| Pull Changes from Remote Repository |
| Switch Branches |
| Create and Switch to a New Branch |
Branching
Command | Description |
---|---|
| Create a New Branch |
| Merge Branches |
| Delete a Branch |
Monitoring
Command | Description |
---|---|
| View Changes |
| View Commit History |
| Undo Changes in Working Directory |
| Undo Staged Changes |
| Undo Last Commit |
Collaborating
Command | Description |
---|---|
| Add Remote Repository |
| List Remote Repositories |
| Fetch Changes from Remote Repository |
Advanced
Command | Description |
---|---|
| Stash Changes |
| Apply Stashed Changes |
| Rebase Branch |
| Amend Last Commit |