This repository was archived by the owner on Dec 21, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +50
-12
lines changed Expand file tree Collapse file tree 1 file changed +50
-12
lines changed Original file line number Diff line number Diff line change 1
- git-PS1 # shows the current branch in the bash prompt
2
- git-incoming # shows incoming commits from the tracked (or specified) branch
3
- git-incoming-short # same but shorter
4
- git-iterate # runs a given script over every revision in the current repository
5
- git-last # git last 3 (show the last 3 commits)
6
- git-outgoing # show outgoing commits to the tracked (or specified) branch
7
- git-outgoing-short # same but shorter
8
- git-patch # format a patch and put it into ~/Documents/Patches/<Project>/<branch>.patch
9
- git-push-all # push to all remotes
10
- git-switch # like checkout, but with auto-stash
11
- git-pack-config # put .git/config into the repository for portable configs
12
- git-unpack-config # put .git/config back into place
1
+ h1. Git Utils
2
+
3
+
4
+ h3. git-PS1
5
+
6
+ Shows the current branch in the bash prompt
7
+
8
+ h3. git-incoming
9
+
10
+ Shows incoming commits from the tracked (or specified) branch
11
+
12
+ h3. git-incoming-short
13
+
14
+ Same but shorter
15
+
16
+ h3. git-iterate
17
+
18
+ Runs a given script over every revision in the current repository
19
+
20
+ h3. git-last
21
+
22
+ git last 3 (show the last 3 commits)
23
+
24
+ h3. git-outgoing
25
+
26
+ Show outgoing commits to the tracked (or specified) branch
27
+
28
+ h3. git-outgoing-short
29
+
30
+ Same but shorter
31
+
32
+ h3. git-patch
33
+
34
+ Format a patch and put it into ~/Documents/Patches/<Project>/<branch>.patch
35
+
36
+ h3. git-push-all
37
+
38
+ Push to all remotes
39
+
40
+ h3. git-switch
41
+
42
+ Like checkout, but with auto-stash
43
+
44
+ h3. git-pack-config
45
+
46
+ Put .git/config into the repository for portable configs
47
+
48
+ h3. git-unpack-config
49
+
50
+ Put .git/config back into place
You can’t perform that action at this time.
0 commit comments