Richard Littauer
1037756725
Adding Git cartoons by Allison Horst. ( #360 )
...
Adding https://allisonhorst.com/git-github .
Also, alphabetized section.
2024-02-23 10:08:06 +11:00
Lumynous
e1fd8abce8
Improve (remove) "Unstaged Edits" ( #358 )
2023-09-27 10:35:07 -04:00
h8nor
02cee38025
Fixed typos for internal and external links ( #357 )
...
* Update anchor link to `push.default` documentation
* Update anchor link to `rebase --merge` documentation
* Fix link typos
2023-07-21 13:41:29 -04:00
Emmanuel Arias
c3df156871
Clarify the use of --amend ( #354 )
...
Co-authored-by: Richard Littauer <richard.littauer@gmail.com>
2023-06-28 11:56:19 +02:00
Zhizhen He
aefc20702d
fix: typo in README.md ( #343 )
2023-02-01 02:18:00 +00:00
apastan
8413701f30
Update info how to reset local branch to remote-tracking branch ( #344 )
2023-02-01 02:17:42 +00:00
apastan
3ff35c8642
Update reflog shortname with an ancestry reference ( #345 )
2023-02-01 02:17:10 +00:00
apastan
18c656604b
Edits: changes in specific file between commits/branches ( #346 )
2023-02-01 02:16:27 +00:00
ericfeunekes
3d101f5456
added I want to move a change from one commit to another ( #342 )
...
Co-authored-by: Eric Feunekes <eric.feunekes@pwc.com>
2022-12-06 23:59:15 +00:00
RuiSiang
a8897df82d
Add traditional Chinese with terminology changes ( #341 )
2022-12-06 23:58:46 +00:00
Jared Culp
5f1db99e49
Fix "gim" typo ( #331 )
2021-09-22 16:37:55 -04:00
Steve-V
65bd59262f
Title of Chris Hadfield's book is incorrect ( #319 )
...
It is actually "An Astronaut's Guide to Life on Earth"
https://www.worldcat.org/title/astronauts-guide-to-life-on-earth/oclc/872711307
2021-07-04 13:13:22 -04:00
Viet Than
7caa59575b
Update Vietnamese translations ( #318 )
2021-06-25 12:29:37 -04:00
Rui Bastos
5816815453
New rule: split a branch into two ( #314 )
2021-03-18 08:42:18 -04:00
Richard Littauer
9e1faad0e9
chore: Update ToC
2021-02-25 09:16:54 -05:00
Bastian Venthur
ef15b6cd8b
Removed hint configure color.ui auto: ( #311 )
...
color.ui defaults to "auto" since git version 1.8.4 from August 2013
(https://github.com/git/git/releases/tag/v1.8.4 ) so it is probably not
needed to set this option anymore.
2021-01-26 12:47:47 -05:00
Shota Ray Imaki
fa148da698
Replace master with main (issue/#308) ( #309 )
2020-12-01 09:44:45 -05:00
CEUK
82f0b3994d
add patch workflow to sharing code section ( #307 )
2020-11-28 16:15:14 -05:00
Richard Littauer
cfca81c274
Adding 日本語 to all of the lists
2020-04-30 17:01:35 -04:00
Abhishek Kumar
76308321b0
add note on updating remote branch name ( #290 )
...
* add note on updating remote branch name
* Style edits.
2019-11-11 07:50:37 -05:00
KarthikSiddarth
bce2f0dd27
Note/git add u ( #287 )
...
* add note about 'git add -u '
* run doctoc
* add note about copying folder
* add space b/w -- and folder name
also mention, this can be done for files
* add 'file' in the title
* add node on using pathspec
* run doctoc
* fix small errors
* run doctoc
* remove 'my-branch' text
2019-10-30 08:38:19 -04:00
KarthikSiddarth
f0b433773f
add note about copying folder ( #289 )
...
* add note about copying folder
* add space b/w -- and folder name
also mention, this can be done for files
* add 'file' in the title
2019-10-20 13:38:02 +02:00
Richard Littauer
40a542d31a
English language edits
2019-09-30 08:50:18 -04:00
yaame
f1a2195372
add note about git stash pop --index 0
2019-09-20 05:43:05 +00:00
yaame
4252773598
fix git stash push
2019-09-12 01:12:30 +00:00
yaame
260a140bda
fix case: switch stage & unstage files
2019-09-11 05:01:59 +00:00
yaame
5c57fb5ea5
fix typo
2019-09-10 03:37:36 +00:00
yaame
896006ff4d
Optimize and fill operation about git stash
2019-09-09 06:09:11 +00:00
MarvinJWendt
241437d1fe
Fixes some spelling mistakes. ( #283 )
...
* url -> URL
https://dictionary.cambridge.org/dictionary/english/url
* Added article
* Added article
* Remove comma before and
* other -> another
* Add missing determiner
* lastet -> latest
https://dictionary.cambridge.org/dictionary/english/latest
* succeeeds -> succeeds
https://dictionary.cambridge.org/dictionary/english/succeed
* commited -> committed
* Update toc via doctoc
2019-09-06 12:30:46 -04:00
Alexander Gómez
16f81ed7b0
Added a nasa book ( #278 )
2019-09-06 12:28:09 -04:00
Richard Littauer
79c67f674e
Fixes to #274 ( #275 )
...
* added contribute other people repositories section
* fix: Edits to #274
* Update README.md
Co-Authored-By: Diego Sanchez <diegogsann@gmail.com>
* Update README.md
Co-Authored-By: Diego Sanchez <diegogsann@gmail.com>
* Update README.md
Co-Authored-By: Diego Sanchez <diegogsann@gmail.com>
2019-06-20 11:40:46 +02:00
Dustin Freeman
ad141eeeb6
Added a guide to removing large files from repo history using bfg ( #249 )
...
* Explanation of removing large files using bfg
* doctoc applied to removing large files guide
* Remove large files: clean up wording
* Add subheadings to the large file removal section in preparation for git-filter-branch explanation
* large file removal: clean up headings
* large file removal: force push considerations note
* Add word "private" to sensitive data section for searchability
* Finish git-filter-branch instructions
* Minor grammatical changes and simplifications.
2019-06-05 10:53:00 -04:00
Dustin Freeman
a545b0851d
Remove broken link to nasa pdf doc. ( #271 )
2019-05-31 23:53:50 -04:00
Timo Sand
ff548e28d8
Updates TOC ( #273 )
2019-05-31 23:53:34 -04:00
Maroun Maroun
d3ac210fe4
Add "Debugging with Git" ( #266 )
...
* Add "Debugging with Git"
* Fix spelling error
2019-05-28 21:45:17 -04:00
Tommy Williams
8e697833ae
Add shortcuts information for Windows PowerShell ( #263 )
2018-12-11 12:29:13 -05:00
Richard Littauer
73547ca942
Add pcottle/learnGitBranching ( #262 )
2018-12-06 14:12:33 -05:00
abdel ali
3d6c00dded
Git shortcuts ( #261 )
...
* I committed and pushed a merge that shouldn't have happened
* git shortcuts
* remove extra commands in git shortcut section
2018-12-06 14:12:13 -05:00
Richard Littauer
8b09e3fb58
Slight wording changes
2018-12-06 09:55:45 -05:00
nielsonm
5cfcca513c
Add section on reset -p
to unstage edits
...
Expanded explanation & corrected bad grammar.
2018-12-06 09:55:42 -05:00
Richard Littauer
b67b184d8a
Merge branch 'nzachow-master'
2018-11-29 14:17:40 -05:00
Richard Littauer
ee10f43326
Adding a period.
2018-11-29 14:17:35 -05:00
Richard Littauer
0d109a7f9c
Merge branch 'm007-master'
2018-11-29 14:12:12 -05:00
Richard Littauer
1877d108b0
Small wording changes
2018-11-29 14:12:07 -05:00
Matthias Baumgarten
42b5519891
Wording improvements due to review comments
...
Like discussed in the PR this commit improves the quested section
regarding lesser spelling mistakes and improved wording. The discussion
about --no-edit lead to no changes required, so it is not altered.
See https://github.com/k88hudson/git-flight-rules/pull/256
2018-11-29 20:00:27 +01:00
Timo Sand
9d16c95ee1
Adds a few useful git aliases ( #258 )
...
Addresses #225
2018-11-29 11:28:21 -05:00
Richard Littauer
7cb8c1a105
Merge branch 'grantslone-master'
2018-11-28 08:56:04 -05:00
Richard Littauer
bbcb8f6704
Small grammar edits
2018-11-28 08:56:01 -05:00
Richard Littauer
8854c326b9
Merge branch 'retiform-master'
2018-11-28 08:48:05 -05:00
Richard Littauer
d6e98fd537
Small spelling and style changes
2018-11-28 08:47:50 -05:00