Git Notes
Last updated
Last updated
Git learning game:
Useful commands for fixing mistakes:
Logging in to GitHub on the command line:
Use a personal access token instead of a password
View stored credentials (plain text)
vim ~/.git-credentials
Using SSH Key
View/edit git configuration settings
If there's nothing there already this will create a new file
Add this to the [alias]
section
Pretty view of commit tree for current branch
Then run the commands