Skip to content

a few more ideas #3

@orefalo

Description

@orefalo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions