Skip to content

Instantly share code, notes, and snippets.

@thislooksfun
thislooksfun / .gitconfig
Created March 16, 2021 16:34
My Git Aliases
[alias]
aliases = "!echo \"Use 'git la' to list aliases\""
a = add
aa = "!git add -A && git st"
b = branch
bd = branch -d
bl = branch --list
co = checkout
cod = checkout develop
#!/bin/sh
# START CONFIG
USER_AGENT=''
CLIENT_ID=''
CLIENT_SECRET=''
USERNAME=''
PASSWORD=''
# END CONFIG