Skip to content

Dank git aliases, for a VCS workflow that reads like plain english

Notifications You must be signed in to change notification settings

malclocke/lit-git

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Lit Git

Dank Git aliases for a VCS workflow that reads like plain english:

$ lit yolo-plop origin branchy

Lit Git

Installation

$ git clone [email protected]:nathanKramer/lit-git.git lit-git-tmp; source lit-git-tmp/lit-git.sh; rm -rf lit-git-tmp

Usage

Important note for proper usage

To make ur git experience dank AF, you need to alias git to lit:

$ echo "alias git='lit'" >> ~/.bashrc

Assuming you a swish MF and u aliased to lit:

# Clone a repo. We fork repos so why not spoon one too?
$ lit spoon [email protected]:nathanKramer/lit-git.git
# Make a baby repo
$ lit baby
# Stash some work, checkout a new branch, pop it
$ lit booty
$ lit wibble-wobble branchy
$ lit booty pop
# Show your most recent commit
$ lit cheeky-peek
# Show your commit log
$ lit time-cube
# Push your work with no respect for ur surroundings:
$ lit yolo-plop
# Check ur status m8
$ lit fam
# Fix up a commit and keep the old commit message
$ lit uwot -a

About

Dank git aliases, for a VCS workflow that reads like plain english

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%