File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ slugify = function(text){
11
11
var render = function ( data ) {
12
12
var data = data . data ;
13
13
14
- var out = '* [' + data . title + '](https://github.com/git-tips/tips #' + slugify ( data . title ) + ')\n' ;
14
+ var out = '* [' + data . title + '](#' + slugify ( data . title ) + ')\n' ;
15
15
16
16
return out ;
17
17
} ;
Original file line number Diff line number Diff line change 179
179
"title" : " Modify previous commit without modifying the commit message" ,
180
180
"tip" : " git add --all && git commit --amend --no-edit"
181
181
}, {
182
- "title" : " Prunes branches that have been deleted in the remote." ,
182
+ "title" : " Prunes references to remote branches that have been deleted in the remote." ,
183
183
"tip" : " git fetch -p" ,
184
184
"alternatives" : [" git remote prune origin" ]
185
185
}, {
You can’t perform that action at this time.
0 commit comments