2014-06-20 18:06:53 +02:00
2014-06-25 09:15:59 +02:00
2014-06-20 18:00:02 +02:00
2014-06-20 18:04:44 +02:00

lazy-git

Script for automating the most common git tasks.

Usage

Check status

  • git status
g check

Pull from origin/master

  • git pull
g pull

Send to origin/master

  • git status (if no changes, stop here)
  • git add --all
  • git commit -m "...." (ask for message)
  • git push origin master
g send
S
Description
Command-line shortcuts to make git easier
Readme
83 KiB
Languages
Shell 100%