Commit Graph

353 Commits

Author SHA1 Message Date
Hemanth.HM 96124215b6 Tip: Use SSH instead of HTTPs for remotes. 2018-07-25 11:26:51 +05:30
hemanth.hm 3853ef2829
Merge pull request #162 from dmlemos/master
Add alternative for first commit from branch
2018-04-26 07:22:06 +05:30
Diogo Lemos c46d4a737e Add first commit from branch alternative 2018-04-24 20:15:37 +01:00
hemanth.hm b773c7ab67
Merge pull request #160 from lmarvaud/patch-1
Add change a branch base tips
2018-03-22 08:47:40 +05:30
Léni Marvaud 0286eb3314 Add change a branch base tips
Based on : https://stackoverflow.com/questions/10853935/change-branch-base

Tested on `git version 2.11.0 (Apple Git-81)` :
```bash-4.3$ git --version
git version 2.11.0 (Apple Git-81)
bash-4.3$ git checkout -b test-rebase-onto
Switched to a new branch 'test-rebase-onto'
bash-4.3$ touch "test-to-rebase"
bash-4.3$ git add test-to-rebase
bash-4.3$ git commit -m "Commit to rebase"
[test-rebase-onto 11d1cdd] Commit to rebase
 1 file changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 test-to-rebase
bash-4.3$ git log
bash-4.3$ git rebase --onto master dev
Applying: Commit to rebase
bash-4.3$ git log```
2018-03-21 20:33:52 +01:00
hemanth.hm c358de0fcc
Merge pull request #159 from cumanacr/master
An alternative with shorter hash, author and relative date added.
2018-03-11 12:16:47 +05:30
Cristian Umaña 26e8a7be82 An alternative with shorter hash, author and relative date for "Visualize the version tree." tip, has been added. 2018-03-08 16:48:00 -06:00
hemanth.hm 8b613e09f4
Merge pull request #156 from 0xmohit/fix-difftool-ex
Fix difftool example
2017-12-25 11:00:19 +05:30
Mohit Agarwal a7b9fbf3b1
Fix difftool example
The example currently reads:

    git difftool -t <commit1> <commit2> <path>

This would cause `commit1` to be considered as the diff tool.
2017-12-20 15:13:08 +05:30
hemanth.hm f5b193cfaa
Merge pull request #153 from eliranmal/master
add a tip to remove sensitive data from history (after a push)
2017-12-03 10:11:26 +05:30
hemanth.hm 89c2a15fde
Merge pull request #155 from hprobotic/master
Add a translation link for Vietnamese
2017-11-28 15:29:58 +05:30
John Pham 4bf33b3258
Add a translation link for Vietnamese 2017-11-27 12:14:07 +07:00
eliranm 3b0185e443 add a tip to remove sensitive data from history (after a push) 2017-10-30 12:24:22 +02:00
hemanth.hm 325f7bcb62 Merge pull request #152 from lukabot/master
Remove duplicated command
2017-10-24 19:30:15 +05:30
lukabot 741782cdb0
Remove duplicated command 2017-10-24 11:14:00 +09:00
hemanth.hm 2be7828ce5 Merge pull request #150 from ChaithanyaGK/remote_push
Push a new local branch to remote and track
2017-08-09 22:56:02 +05:30
Chaithanya Ganta 33dc77736c Push a new local branch to remote and track 2017-08-08 15:56:10 +05:30
hemanth.hm 6e9713be4a Merge pull request #148 from mingrammer/translation
Add a translation link for korean
2017-06-29 10:41:54 +05:30
mingrammer f65336b83d Add a translation link for korean 2017-06-26 01:07:39 +09:00
Hemanth.HM 39d1012fc9 Checkout a commit prior to a day ago. 2017-04-06 07:42:50 +05:30
hemanth.hm 40253a498c Merge pull request #145 from eliranmal/master
fix broken link
2017-03-28 14:58:09 +05:30
eliranm 18f4724757 fix broken link 2017-03-28 11:29:18 +03:00
hemanth.hm 8aa8aa8692 Merge pull request #142 from blackjid/patch-1
Add alternative to remove remote tag
2017-03-28 13:52:11 +05:30
hemanth.hm 1078b41bf6 Merge pull request #144 from eliranmal/master
update remote sync tip, git-ignore idea config
2017-03-28 13:51:48 +05:30
eliranm b0d87788ef update sync with remote title for brevity 2017-03-28 11:17:39 +03:00
eliranm 1d4eca0e25 update sync with remote title for brevity 2017-03-28 11:16:50 +03:00
eliranm 2ce1f0fb06 update sync with remote title for brevity 2017-03-28 11:14:45 +03:00
eliranm 48a611a626 update sync with remote title for brevity 2017-03-28 11:13:33 +03:00
eliranm 3d4092c3bd add .idea to .gitignore, for intellij-idea/webstorm users 2017-03-28 11:08:59 +03:00
eliranm 3c766833b4 update "overwrite pull":
- rename to "sync with remote" for clarity
- add 'git clean' to ensure working tree is clean
2017-03-28 11:07:51 +03:00
hemanth.hm 77c865cedf Merge pull request #143 from eliranmal/master
add change by content search tip
2017-03-23 18:48:08 +05:30
eliranm 81f9099a1f add change by content search tip 2017-03-23 15:10:12 +02:00
Juan Ignacio Donoso af614c269e Add alternative to remove remote tag 2017-03-11 22:06:49 -05:00
hemanth.hm c98730cb76 Merge pull request #141 from dmlemos/stash_additions
Stash additions
2017-02-24 18:19:18 +05:30
Diogo Lemos e849a6f24a No need for git stash save 2017-02-24 11:54:08 +00:00
Diogo Lemos 3fe8a233c0 Add stash all 2017-02-24 11:54:02 +00:00
Diogo Lemos c8abe4cc13 Add stash of unstaged changes to tracked files 2017-02-24 11:39:21 +00:00
hemanth.hm b748f5f4cb Merge pull request #140 from siadat/fetch-origin-only
Fetch origin, not --all
2017-02-24 16:21:56 +05:30
Sina Siadat f9ec0251aa Fetch origin, not --all 2017-02-24 14:19:12 +03:30
hemanth.hm 5d9a006ef9 Merge pull request #138 from dmlemos/pro_status
Add git status short
2017-02-23 15:54:30 +05:30
Diogo Lemos 9dc216197a Add git status short 2017-02-23 10:15:03 +00:00
hemanth.hm 39c7902f9c Merge pull request #137 from dmlemos/list_git_aliases
Add list all git aliases
2017-02-23 09:26:36 +05:30
Diogo Lemos 7d8adcb407 Add list all git aliases 2017-02-22 17:26:38 +00:00
hemanth.hm edeed06cc0 Merge pull request #136 from shfshanyue/master
Add tip: git stash save <message>
2017-02-21 14:24:38 +05:30
shfshanyue e574325d66 Add tip: git stash save <message> 2017-02-21 16:35:57 +08:00
hemanth.hm df6de59ba1 Merge pull request #135 from shfshanyue/master
Add tip: git log -n
2017-02-21 13:14:43 +05:30
shfshanyue 6fd5b4b52d Add tip: git log -n 2017-02-21 14:20:15 +08:00
hemanth.hm 2e8cfda782 Merge pull request #134 from shfshanyue/master
Add alternative for git checkout -
2017-02-16 09:39:50 +05:30
shfshanyue 1274a98aba Add alternative for git checkout - 2017-02-16 10:29:36 +08:00
hemanth.hm f20a28ac7d Merge pull request #133 from Imangazaliev/master
Add link to Russian translation
2017-02-14 11:09:00 +05:30