Eric James Michael Ritz
8a26365c69
Add an easier-to-read way to delete a remote branch
...
Since 2010 Git supports the `--delete` argument for git-push as an
alias for the `:branch` syntax, i.e. these commands are equivalent:
$ git push origin :foo
$ git push origin --delete foo
This patch changes the tip to use the `--delete` argument on the
grounds that it is easier to remember, easier to understand, and
easily available since it is unlikely for people to be using a version
of Git which is more than five years old.
Signed-off-by: Eric James Michael Ritz <ejmr@plutono.com>
2015-07-28 15:04:09 -04:00
Hemanth.HM
3ed8741c28
Git alias
2015-07-27 09:33:30 +05:30
hemanth.hm
b0562c1366
Merge pull request #16 from samarpanda/info_from_commit
...
Find branches containing commit
2015-07-26 09:23:17 +05:30
Samar Panda
8dda8b55e1
Find out branches containing a commit, including remote branches
...
Alternative for local branches
2015-07-26 00:09:11 +05:30
hemanth.hm
9e615c7910
Merge pull request #15 from samarpanda/diff-tree
...
Git diff-tree vs ls-tree
2015-07-25 23:02:14 +05:30
Samar Panda
7810dda14e
Clarification of git diff-tree and ls-tree
2015-07-25 22:04:10 +05:30
hemanth.hm
964216ba73
Merge pull request #14 from samarpanda/cherry-pick
...
Using git cherry-pick
2015-07-25 16:04:23 +05:30
Samar Panda
7ecc00c50b
Tips using git cherry-pick
2015-07-25 15:41:59 +05:30
hemanth.hm
885357aa83
Merge pull request #13 from stoeffel/append
...
use doxie.append
2015-07-23 04:37:25 +05:30
Christoph Hermann
e5f64df204
use doxie.append
2015-07-22 20:13:35 +02:00
Hemanth.HM
85df5705fb
whatchanged
2015-07-22 13:26:24 +05:30
Hemanth.HM
55778710ea
Support alternatives in tips.
2015-07-17 13:01:25 +05:30
hemanth.hm
a082bb79d2
Merge pull request #12 from anchal20/master
...
list remote reference and get list of branches
2015-07-17 12:37:07 +05:30
Anchal
9cc9a46519
tried with alternatives
2015-07-17 12:27:32 +05:30
Anchal
04f388e191
Merge remote-tracking branch 'upstream/master'
2015-07-17 12:26:08 +05:30
Hemanth.HM
6cfcc26d9f
Get git bash completion.
2015-07-17 06:51:14 +05:30
Anchal
3dcab1f843
list remote reference and get list of branches
2015-07-16 17:39:38 +05:30
Hemanth.HM
0cd100f768
Stage parts of a changed file, tip
2015-07-16 12:29:32 +05:30
hemanth.hm
d9ebd3156d
Merge pull request #11 from jonmaim/patch-1
...
Stage parts of a changed file, instead of the entire file.
2015-07-16 12:28:32 +05:30
Jon Maim
e25227a25d
Update tips.json
2015-07-16 12:25:13 +05:30
Hemanth.HM
abd2e497a2
Doing away with slug dep
2015-07-16 09:16:42 +05:30
Hemanth.HM
04573ea87d
Changing a remote's URL
2015-07-16 09:07:15 +05:30
hemanth.hm
979fe1c80d
Merge pull request #10 from anchal20/master
...
undo local changes
2015-07-16 09:04:27 +05:30
Anchal
695e7e19ba
undo local changes
2015-07-15 22:56:22 +05:30
Hemanth.HM
6b5936ce57
Slugified.
2015-07-15 20:35:53 +05:30
Hemanth.HM
2bf7f0ea91
dashified title to fix TOC.
2015-07-15 20:16:49 +05:30
Hemanth.HM
acd8501b5f
Updated readme
2015-07-15 20:07:46 +05:30
hemanth.hm
819e1550df
Merge pull request #9 from anchal20/master
...
tip for deleting a local or remote branch
2015-07-15 20:06:47 +05:30
Anchal
081dc010b7
tip for deleting a local or remote branch
2015-07-15 20:02:59 +05:30
Anchal
7db7aae79b
tip for deleting a local or remote branch
2015-07-15 20:00:26 +05:30
hemanth.hm
dabba0095f
s/clone/fork/g
2015-07-15 19:09:15 +05:30
hemanth.hm
9fa82eb49b
Merge pull request #8 from git-tips/revert-7-master
...
Revert "tip for deleting a local or remote branch"
2015-07-15 19:07:07 +05:30
hemanth.hm
0a7bbef10c
Revert "tip for deleting a local or remote branch"
2015-07-16 00:37:01 +05:30
hemanth.hm
abb579e995
Merge pull request #7 from anchal20/master
...
tip for deleting a local or remote branch
2015-07-15 19:03:16 +05:30
Anchal
8c45240d89
tip for deleting a local or remote branch
2015-07-15 18:44:33 +05:30
hemanth.hm
5b5410651d
Links to the files.
2015-07-15 16:56:39 +05:30
Hemanth.HM
abbfdf3309
Some more info
2015-07-15 16:48:24 +05:30
Hemanth.HM
fa5b33581e
More info.
2015-07-15 16:47:39 +05:30
Hemanth.HM
37092d1805
Added contributing.md
2015-07-15 16:40:05 +05:30
hemanth.hm
2feff7c446
Merge pull request #5 from git-tips/doxie
...
Migrated to doxie ❤️
2015-07-15 16:32:57 +05:30
Hemanth.HM
eff7432b3a
Migrated to doxie ❤️
2015-07-15 16:31:27 +05:30
Hemanth.HM
dd2031c387
Fixed conflicts
2015-07-15 15:59:20 +05:30
hemanth.hm
f39b1a6853
Merge pull request #4 from tstringer/master
...
Upstream additions and header changes
2015-07-15 15:58:35 +05:30
Hemanth.HM
c68571f98e
Tip from @vinkla
2015-07-15 15:58:23 +05:30
Thomas Stringer
f8f15467d6
Changed headers of tips to be smaller text
2015-07-15 06:25:24 -04:00
Thomas Stringer
bad3155f1f
Added a couple of common upstream commands to track and check status
2015-07-15 06:24:22 -04:00
hemanth.hm
02d0ca47c9
Merge pull request #1 from phalgun/patch-1
...
More git tips
2015-07-15 14:39:12 +05:30
Vincent Klaiber
b6b103fe70
Remove branches that have already been merged with master
2015-07-15 09:40:18 +02:00
Phalgun Guduthur
7c4096ffb2
More git tips
2015-07-15 13:05:57 +05:30
Hemanth.HM
68f6970979
🔥
2015-07-15 12:56:27 +05:30