Commit Graph

20 Commits

Author SHA1 Message Date
Jakub Pawlowicz
795512d2b6 Fixes branch status code 2015-02-17 19:54:59 +00:00
Jakub Pawlowicz
505a9637da Adds fpr alias.
Fetches a PR from GitHub, e.g. `g fpr <PR-number>`
2015-02-11 09:22:42 +00:00
Jakub Pawlowicz
2de967442c Adds col alias.
Checks out (creates) a local branch.
2015-02-06 17:16:47 +00:00
Jakub Pawlowicz
f164aabe9a Adds cor alias.
Checks out remote branch.
2015-02-06 17:15:33 +00:00
Jakub Pawlowicz
1dd87f3040 Sorts list of aliases. 2015-02-06 17:11:57 +00:00
Jakub Pawlowicz
ea8f32194c Changes ca to commit --amend. 2015-02-06 13:48:13 +00:00
Jakub Pawlowicz
659bf613f1 Adds ai alias for add --interactive. 2015-02-06 11:06:35 +00:00
Jakub Pawlowicz
10ad2df30f Adds rh and rs shortcuts.
* `rh` -> `reset --hard`
* `rs` -> `reset --soft`
2015-02-06 11:05:23 +00:00
Jakub Pawlowicz
cc8df39cbc Fixes psc and psd commands.
We need to evaluate branch name at runtime. Doh!
2015-01-30 14:06:55 +00:00
Jakub Pawlowicz
8e2b6746ff Adds psc & psd for branch management.
* `psc` - push & set upstream branch
* `psd` - remove upstream branch
2015-01-29 15:13:54 +00:00
Jakub Pawlowicz
40785700c9 Replaces rbb with rbm.
Rebase relative to master is what we usually need.
2015-01-28 15:34:21 +00:00
Jakub Pawlowicz
44ccbb5853 Fixes fixup and squash aliases. 2015-01-28 15:34:21 +00:00
Jakub Pawlowicz
c10906e364 Updates alias' sorting. 2015-01-28 15:34:21 +00:00
Jakub Pawlowicz
cf392d7de1 Adds lf.
`log --follow` requires a pathspec, adding `lf` aliasing `log --follow`.
2015-01-28 15:34:21 +00:00
Jakub Pawlowicz
e4698563e6 Adds rbb alias for rebasing whole branch. 2015-01-28 15:34:21 +00:00
Jakub Pawlowicz
e7d54a9ca7 Adds --follow switch to git log.
To make sure a full history involving renames is presented.
Works for single files only though.
2015-01-28 15:34:21 +00:00
Jakub Pawlowicz
040838b666 Adds cpa and cpc aliases.
* `cpa` - `cherry-pick --abort`
* `cpc` - `cherry-pick --continue`
2015-01-28 15:34:21 +00:00
Jakub Pawlowicz
d9de47b5e5 Adds rba and rbc aliases.
* `rba` abort rebase
* `rbc` continue rebase
2015-01-28 15:34:21 +00:00
Jakub Pawlowicz
16adb654e6 Adds rbi alias.
Rebase interactive with autosquash.
2015-01-28 15:34:20 +00:00
Jakub Pawlowicz
8254ac5542 Initial revision. 2015-01-28 15:34:20 +00:00