Commit Graph

386 Commits

Author SHA1 Message Date
hemanth.hm 1a97486c82
Merge pull request #192 from lmarvaud/master
Add tips to delete local branches that has been squash and merged in the remote
2021-03-18 10:58:22 -07:00
Léni Marvaud 4f15d65b68
Add tips to delete local branches that has been squash and merged in the remote 2021-03-18 15:54:42 +01:00
hemanth.hm 40b03da99e
Merge pull request #184 from RedNik96/feature/git-stash-push
replacing `git stash save` by `git stash push`
2021-01-12 12:18:27 -08:00
rednik96 0eb60008aa replacing `git stash save` by `git stash push` 2021-01-10 11:46:57 +01:00
rednik96 6b2007ab79 Revert "replacing `git stash save` by `git stash push`"
This reverts commit e89eb24e67.
2021-01-10 11:41:46 +01:00
hemanth.hm e1b98f70b8
Merge pull request #187 from edycutjong/typofix/restore-delete-file-extra-caret
Fix typo extra caret in git command Restore delete file.
2020-12-18 11:42:43 -08:00
hemanth.hm 324643e3ff
Merge pull request #188 from gaushikmr/patch-1
CODE_OF_CONDUCT
2020-12-18 11:42:14 -08:00
hemanth.hm 979cf19f26
Merge pull request #189 from edycutjong/bugfix/print-variable
Split tutorial git variable for list all and show specific variable
2020-12-18 11:41:54 -08:00
Edy Cu d1835c92df Split git variable to avoid confusion symbol vertical line for pipeline and OR 2020-08-25 23:15:27 +07:00
Gaushik M.R 767360112f
Create CODE_OF_CONDUCT.md 2020-07-31 10:14:03 -04:00
Edy Cu 442d880d4c Fix typo extra caret in git command Restore delete file. 2020-07-30 19:40:51 +07:00
biesiadamich 36c15874fd
update readme (#185)
added Polish link
2020-05-07 14:18:04 -07:00
rednik96 e89eb24e67 replacing `git stash save` by `git stash push`
`git stash save` -> This option is deprecated in favour of git stash push.
[git docs](https://git-scm.com/docs/git-stash#Documentation/git-stash.txt-save-p--patch-k--no-keep-index-u--include-untracked-a--all-q--quietltmessagegt)
2020-05-03 13:56:09 +02:00
hemanth.hm 14ad922baa
Merge pull request #183 from git-tips/revert-180-master
Revert "[WIP] Polish version"
2020-04-28 12:48:48 -07:00
hemanth.hm daf32cf5ad Revert "[WIP] Polish version (#180)"
This reverts commit 512ec7764c.
2020-04-28 12:48:35 -07:00
Michal 512ec7764c
[WIP] Polish version (#180)
* update README.md

first changes

* update README.md

few changes

* update readme

changed until git-stash

* update readme

updated until 987L

* update readme

updated internal links

* update readme

updated internal links

* update readme

small fix

* update readme

updated with internal links

* update readme

small fixes

* update readme

small fix

* update readme

small fixes
2020-04-04 07:32:08 -07:00
hemanth.hm bd9b419d68
Merge pull request #176 from lntuition/master
Add Prevent auto replacing LF with CRLF
2020-02-22 01:31:35 -08:00
unknown a9d29fb4bc Add Prevent auto replacing LF with CRLF 2019-07-31 23:09:35 +09:00
hemanth.hm 135bd3c526
Merge pull request #174 from angelskieglazki/feature/update-submodule-to-latest-commit
tips.json: submodule to latest commit
2019-05-14 22:05:58 +05:30
max ebde7ca24b tips.json: submodule to latest commit 2019-04-18 11:43:06 +03:00
hemanth.hm a6e02ccfad
Merge pull request #172 from amarduwal/master
Tips for log, reset and list currently configure remotes
2019-03-22 18:58:08 +05:30
alizduwal 679bf0a1d7 Tips for log, reset and list currently configuyre remotes 2019-03-22 18:37:15 +05:45
hemanth.hm fbbed06170
Merge pull request #171 from amarduwal/master
Add Nepali Localization
2019-03-21 19:08:17 +05:30
alizduwal b3cb087c34 Add Nepali Localization 2019-03-20 13:48:45 +05:45
hemanth.hm dfdfac36e0
Merge pull request #169 from mcsnolte/simplify-common-ancestor
Change to the simpler merge-base command
2019-01-20 19:22:17 +05:30
Steve Nolte c333d5516f Change to the simpler merge-base command
Good to showcase this command as it also provides additional features
like --fork-point and --all.
2019-01-18 10:34:23 -06:00
hemanth.hm 6c6a46ef43
Merge pull request #168 from isotai/master
Add a translation link for Japanese
2019-01-09 15:37:07 +05:30
taisuke.isobe a536d92856 add japanese translation 2019-01-02 15:02:25 +09:00
hemanth.hm fa759b5cca
Merge pull request #167 from mvolz/patch-1
Add -L flag to follow redirect to get correct file
2018-11-18 23:16:11 -08:00
hemanth.hm 9e3a9f790d
Merge pull request #166 from lmarvaud/master
Visualize the tree including commits that are only referenced from reflogs
2018-11-18 23:15:49 -08:00
Marielle Volz bc28055585
Fix to follow redirect
As per #154, change to -L so that the redirect gets followed. As written this line downloads the html redirect page.
2018-11-05 12:25:32 +00:00
Marielle Volz 03f10d90fe
Add -L to follow redirects
As per the comments in #154, use -L to follow the redirect for curl. The tip as written does not currently work as it downloads the html for the redirect page instead.
2018-11-05 12:22:26 +00:00
lmarvaud 94b41fd437 Visualize the tree including commits that are only referenced from reflogs 2018-10-05 15:34:42 +02:00
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