-
Notifications
You must be signed in to change notification settings - Fork 217
Home
Robin Hood edited this page May 8, 2018
·
4 revisions
Have you recently started using Git? This should give you the base commands you need to perform the most common actions in Git. If you find a command that is not here, or could be explained better, please don't hesitate in * Contributing. Cheers!
- Install git
- Setting up git
- Applying colour to git
- Initializing a repository in an existing directory
- Checking the status of your files
- Staging files
- Stashing files
- Committing files
- Branching and merging
- Resetting
- Git remote
- Git grep
- Git blame
- Git log
- Checking what you are committing
- Useful Commands
- Useful Alias
- Contributing