1
0
mirror of https://github.com/k88hudson/git-flight-rules.git synced 2025-03-10 12:48:43 -03:00

410 Commits

Author SHA1 Message Date
Artem Buslov
565b8259da Update Russian translations up to English source (#165) 2017-12-07 15:18:06 -05:00
Kaartic Sivaraam
0e478ad4cc Show how a newly added file can be removed (#164)
This shows how the user can remove a newly added file from the
previous commit.
2017-12-04 15:57:20 -05:00
Dineshkumar Pandiyan
231b474600 Discarding staged changes vs unstaged changes - commands corrected (#159)
* Discarding staged changes vs unstaged changes - commands corrected

* added space between word and parenthesis

* Added <a> tag and TOC for content

* adding missing backticks

* Updated links in staging section
2017-12-03 11:57:20 -05:00
Artem Buslov
02e357c5b4 Added russian translations (#161) 2017-12-02 15:09:14 -05:00
hgautham
c128fff050 Iss-150: Fixed section about discarding local uncommitted changes (#160)
Iss-150: minor fix
2017-11-30 16:28:13 -05:00
Emmanuel Arias
5eaca03df3
Merge pull request #158 from juanca87/git-merge-abort
Added command to abort the merge
2017-11-28 11:14:27 -03:00
JUAN CALVOPINA M
045015f66d
Update README.md
Added a link to the description to abort the merge
2017-11-28 10:52:16 -03:00
Juan Calvopina
5fc6b2289d Added command to abort the merge 2017-11-28 00:02:58 -03:00
Tadeu Manoel
f4c0fac6ef Add safety note for git reset --hard (#157)
resolves #155
2017-11-27 15:44:52 -05:00
Josh
7440fa32b5 Discard local uncommitted changes (#156) 2017-11-27 13:30:38 -05:00
Scott Dutton
02043187a7 Add githug (#152)
* Add githug

Githug is a great interactive game for leaning git

* Update README.md
2017-11-26 19:01:08 -05:00
Rijul1999
7cdaca391f Added some common Git screwups and solutions (#148)
* Added some common Git screwups and solutions

* Added required changes

* Added another way to create new remote branch

* Added required changes

* Added required changes

* Added  required changes

* Added required changes
2017-11-26 19:00:03 -05:00
Emmanuel Arias
8426f177dd
Fix #149 @RichardLitt comment
Fix #149 PR merged
2017-11-23 21:41:39 -03:00
Emmanuel Arias
71f2ab2917
Merge pull request #149 from flexdinesh/master
flight-rule to stash multiple files at once
2017-11-23 12:05:22 -03:00
Dinesh
4bf16453c6 flight-rule to stash multiple files at once 2017-11-23 01:11:14 +05:30
Kate Hudson
7412b89d42
Merge pull request #147 from benyanke/patch-1
Added gitk
2017-11-21 16:33:36 -05:00
Ben Yanke
11c11ecc21
Update README.md 2017-11-21 13:23:03 -06:00
Toshiya Kawasaki
5088d30821 Add sample of -u option of git stash (#146) 2017-11-21 13:13:31 -05:00
Navneet Singh
adb5a2d250 added command to create a branch from a commit (#145)
Using this command one can create a branch from a specific commit from current branch.
2017-11-20 13:51:04 -05:00
Nicolas Dermine
4cb52c015c fix typo (#142) 2017-11-19 12:56:54 -05:00
Nicolas Dermine
9dafe52a63 fix typo (#141) 2017-11-19 12:56:42 -05:00
Dineshkumar Pandiyan
2e5498cd5c New Topic for 'Stashing' and curated frequent stash workflow (#140) 2017-11-19 03:34:21 -05:00
Navneet Singh
5599a75b7f added another command to see staged diff (#139)
This command is an alternative to view all the changes in the staged files.
2017-11-18 13:56:47 -05:00
Navneet Singh
b7d9be9af9 stash content with a custom message (#138)
Added command which can be used to stash code marked with a custom message
2017-11-18 10:03:11 -05:00
Sergey
2637bf010f Add fork and gmaster (#137)
* add fork

* add fork
2017-11-16 15:34:47 -05:00
Greg Walden
f506073152 change [aliases] to [alias] (#136)
* change [aliases] to [alias]

Titling the section `aliases` did not work for me. Changing to `[alias]` worked immediately.

Reference: https://git-scm.com/docs/git-config#git-config-alias

* Update README_zh-cn.md
2017-11-15 10:57:11 -05:00
Richard Littauer
e51ba1db7d fix formatting 2017-11-15 09:08:38 -05:00
Tatsujinichi
b838720631 Be more specific about HEAD^ vs HEAD~ (#122)
* Be more specific about HEAD^ vs HEAD~

* add more

* revise again
2017-11-15 09:08:04 -05:00
Kai Dalgleish
b244c00a4e Add Note About --ours and --theirs (#133)
* add note about --ours and --theirs

* correct error message, add more detail on ours/theirs
2017-11-14 14:36:22 -05:00
Simon Vocella
fc459528ea Revert a file to a specific revision (#131) 2017-11-13 09:09:15 -05:00
Richard Littauer
a38b385b03 Merge branch 'toptal-more-specific-removal-of-a-file-from-commit' 2017-11-12 10:31:53 -05:00
Richard Littauer
186ed0a1e4 docs: small grammar fix 2017-11-12 10:31:50 -05:00
Filipp Pirozhkov
f60cd9d835 Change command to avoid editing commit message 2017-11-12 18:16:13 +03:00
Tom V
103e920531 Add fetching a GitHub PR ref directly (#129) 2017-11-12 08:10:33 -05:00
Gabriel Caruso
e2ddb7fe55 Added how to rename a local branch (#128) 2017-11-11 09:11:26 -05:00
Nick Kirby
4547f3ea98 Add git extensions to GUI Clients 2017-11-10 16:50:28 -05:00
Raimon Grau (rgrau)
17bf6d7cbd Add Magit (#126) 2017-11-10 16:30:45 -05:00
Nick Kirby
76361c407f Fix minor typo (#124) 2017-11-10 16:04:58 -05:00
Filipp Pirozhkov
545a53e808 Change the command to minimize side effects 2017-11-10 19:18:27 +03:00
jparser
88e905a4c2 Add Chinese translation (#121) 2017-11-09 08:18:10 -05:00
Bence Dányi
9f0a1d2ae3 Recommend --force-with-lease instead of --force (#117) 2017-11-07 09:19:44 -05:00
Edgar Hipp
4a654bd90a Add Tig to the list of clients (#116)
* Update README.md

* Update README.md
2017-11-07 07:58:24 -05:00
Richard Littauer
cf82e4d95e
Merge pull request #115 from k88hudson/license
fix #112: Add cc-by-sa-4.0 license
2017-11-06 21:07:24 -05:00
Kate Hudson
1e80224456
Merge pull request #114 from arnavb/update-text
Minor Text Update
2017-11-06 20:16:13 -05:00
k88hudson
4bc70b6aab fix #112: Add cc-by-sa-4.0 license 2017-11-06 20:13:25 -05:00
Arnav Borborah
7f2a4bfd03
Minor text update 2017-11-06 20:09:42 -05:00
Richard Littauer
7ebe86b76e
Merge pull request #113 from Shayac/master
add learngitbranching tutorial
2017-11-06 19:42:30 -05:00
Shaya Cohen
1883097a8b add learngitbranching tutorial 2017-11-06 19:22:35 -05:00
Richard Littauer
bfb67fc369
Merge pull request #111 from Shayac/master
Add Scott Chacon's other git book
2017-11-06 19:06:43 -05:00
Shaya Cohen
20bb62b971
Add another git book 2017-11-06 18:25:54 -05:00