gum icon indicating copy to clipboard operation
gum copied to clipboard

a few more ideas

Open orefalo opened this issue 13 years ago • 2 comments

First, it's an excellent idea to try to fix all git command line inconsistencies.

a lot of commands accept the --cached parameter... it should really be --staged

New ideas to ease how tracking works

git track / git tracking

with no arguments - shows the local/remote tracking settings

with two args: git track master origin/master same as git branch --set-upstream master origin/master but so much easier

Git alias

The famous missing git alias command

Git Sync

Which syncs your changes/updates alias to git pull --rebase && git push

orefalo avatar Jan 31 '12 04:01 orefalo

Thanks for the ideas! Adding these to the features section.

saintsjd avatar Feb 01 '12 16:02 saintsjd

I have a few interesting aliases here, just for reference https://github.com/orefalo/bash-profiles/blob/master/git-config.bash

You may close the issue, sincerely

orefalo avatar Feb 01 '12 16:02 orefalo