2018-07-16 12:43:43 +00:00
2014-06-20 18:06:53 +02:00
2018-07-16 12:41:30 +00:00
2014-06-25 09:15:59 +02:00
2014-06-20 18:00:02 +02:00
2018-07-16 12:43:43 +00:00

lazy-git

Script for automating the most common git tasks. If you are lazy, this may be for you :)

Usage

Clone github repo

Commands you want:

  • git clone https://github.com/MightyPork/lazy-git

With LazyGit:

ghc MightyPork/lazy-git

Check git status

Commands you want:

  • git status

With LazyGit:

g check

Pull from origin

Commands you want:

  • git pull

With LazyGit:

g pull

Commit and push to origin

Commands you want:

  • git status (if no changes, stop here)
  • git add --all
  • git commit -m "...." (ask for message)
  • git push

With LazyGit:

g send

g send is interactive, it shows you the changes and prompts for a message.

Commit without push

Commands you want:

This is like g send, but without pushing the result. Use g push or git push to send your new commits to the server.

g add
S
Description
Command-line shortcuts to make git easier
Readme
83 KiB
Languages
Shell 100%