1
0
mirror of https://github.com/namibia/tips.git synced 2024-06-01 18:01:19 +00:00
Commit Graph

324 Commits

Author SHA1 Message Date
Hemanth.HM
c99cc15ad1 Format 2016-01-29 22:07:26 +05:30
Hemanth.HM
2ce80d7d5d Reset author 2016-01-17 22:13:52 +05:30
Hemanth.HM
321da85d47 ammed author 2016-01-17 22:12:36 +05:30
Hemanth.HM
3c31eac721 branch.autosetuprebase 2016-01-01 21:12:17 +05:30
Hemanth.HM
7078656d7c Restore deleted file. 2015-12-27 19:08:25 +05:30
Hemanth.HM
8181a37dd1 clean files from .gitignore 2015-12-25 19:25:50 +05:30
Hemanth.HM
6197057dc7 --assume-unchanged and no--assume-unchanged 2015-12-19 22:25:07 +05:30
Hemanth.HM
7f3f56c62e inline word diff 2015-12-18 20:56:55 +05:30
hemanth.hm
8854ea08c3 Merge pull request #41 from ejmr/show-git-guides
Show how to read guides that come with Git
2015-11-18 13:27:22 +05:30
Eric James Michael Ritz
d80c4ed36c Show how to read guides that come with Git
This patch adds a tip explaining `git help -g`.  That command will
list a collection of useful guides that come "pre-built" with Git,
e.g. `git help workflows` and `git help revisions`.  These are useful
resources for learning and looking-up common Git concepts and
techniques, and that broad usefulness is the justification for placing
the tip near the very top of the list.

Signed-off-by: Eric James Michael Ritz <ejmr@plutono.com>
2015-11-17 21:20:38 -05:00
hemanth.hm
35376fe492 Merge pull request #40 from ejmr/show-most-recent-tag
Add a tip to show the most recent tag
2015-11-06 12:56:00 +05:00
Eric James Michael Ritz
7fdd7304d0 Add a tip to show the most recent tag
This tip shows how to display the most recent tag reachable on the
current branch.  The use of `--abbrev=0` is necessary otherwise the
output would contain additional information (specifically part of a
commit hash), appended to the tag name.  It's worth noting that this
command is usable for branches other than the current one, e.g.

    $ git describe --tags --abbrev=0 master

That would show the most recent tag on the `master` branch regardless
of whatever branch the user is currently on.

Signed-off-by: Eric James Michael Ritz <ejmr@plutono.com>
2015-11-02 22:00:16 -05:00
hemanth.hm
6ac9a177bd Merge pull request #38 from samarpanda/modify_pr_locally
Fetch PR by ID to a local branch!
2015-10-29 12:04:05 +05:30
Samar Panda
f89a062f72 Fetch PR by ID to a local branch 2015-10-28 16:24:02 +05:30
hemanth.hm
c4f2cbbc44 Merge pull request #39 from ejmr/help-and-rebase-tips
Help and rebase tips
2015-10-28 10:18:32 +05:30
Eric James Michael Ritz
c46f049974 Add a tip for automatically stashing changes before a rebase
Signed-off-by: Eric James Michael Ritz <ejmr@plutono.com>
2015-10-28 00:45:57 -04:00
Eric James Michael Ritz
1646af51e3 Describe help for commonly-used Git commands with examples
This patch adds the command `git help everyday`, which shows a
man-page that comes with Git describing the most common commands for
everyday usage.  The tip is specifically at the top of the list on the
grounds that it is the fastest way to find help for performing basic
operations in Git, which is very useful to people new to Git.

Signed-off-by: Eric James Michael Ritz <ejmr@plutono.com>
2015-10-28 00:45:42 -04:00
hemanth.hm
8234cbe16b Merge pull request #37 from lambda2/master
Typo
2015-10-11 17:38:46 +05:30
André Aubin
af16b3c8eb Typo
form → from
2015-10-09 14:28:19 +02:00
hemanth.hm
448cc5bd46 Merge pull request #36 from vinkla/prunes
Purnes -> Prunes
2015-09-29 17:03:25 +05:30
Vincent Klaiber
47a525a534 Purnes -> Prunes 2015-09-29 12:37:17 +02:00
hemanth.hm
af941c07f1 Merge pull request #35 from jpmens/ignore1
Commit all but one file
2015-09-29 13:18:08 +05:30
Jan-Piet Mens
31ce22adac ignore a file 2015-09-29 09:43:53 +02:00
hemanth.hm
9bf3440e0e Merge pull request #34 from Yonaba/patch-1
Fixed typo
2015-09-21 08:53:33 +05:30
Roland
3b8df89962 Fixed typo 2015-09-20 18:52:48 +00:00
Hemanth.HM
affd2f840a Get the name of the current branch 2015-09-19 17:59:32 +05:30
Hemanth.HM
c0faf65fc9 Import form a bundle 2015-09-13 21:25:07 +05:30
Hemanth.HM
ebd7521a49 git bundle 2015-09-13 21:22:57 +05:30
hemanth.hm
199d6ff42e Merge pull request #33 from samarpanda/git-subtree
Git subtree usage!
2015-09-03 14:21:37 +05:30
Samar Panda
1f08b12668 Updated title text 2015-09-02 20:21:18 +05:30
Samar Panda
8e73868075 pull changes of subproject using git subtree 2015-09-02 20:10:26 +05:30
Samar Panda
b31618b975 Adding a project to repo using subtree 2015-09-02 19:58:41 +05:30
Samar Panda
061d6ba4bb Deploying git tracked subfolder to gh-pages 2015-09-02 19:38:07 +05:30
Hemanth.HM
8746905b37 Visualize the version tree. 2015-08-30 20:32:40 +05:30
Hemanth.HM
e9e75fed9e commit hash of the initial revision 2015-08-28 18:17:40 +05:30
Hemanth.HM
ca58c81f63 LICENSE 2015-08-26 16:34:50 +05:30
Hemanth.HM
435fc51703 Prune origin. 2015-08-25 18:39:20 +05:30
hemanth.hm
908ae034cc Merge pull request #31 from p-v/amend-patch
Tip to amend last commit
2015-08-22 21:21:23 +05:30
Pratyush
97ea96885a tip to amend last commit 2015-08-22 19:20:06 +05:30
Hemanth.HM
5c85e36770 Archive a branch. 2015-08-22 18:25:04 +05:30
Hemanth.HM
5d57c4f132 rebases and merge feature branch to master. 2015-08-21 19:34:59 +05:30
hemanth.hm
31ae908a62 Merge pull request #30 from p-v/branch-rename
Tip to rename a branch
2015-08-19 15:09:33 +05:30
Pratyush
274f663e6b tip to rename a branch 2015-08-19 14:59:29 +05:30
hemanth.hm
9f996ee129 Merge pull request #28 from p-v/cherry-patch
Tip to show all commits yet to be merged to master
2015-08-17 13:18:30 +05:30
Pratyush
3048cfb182 add git cherry tip 2015-08-17 00:48:33 +05:30
hemanth.hm
214d46dcac Merge pull request #27 from alorma/patch-1
Fix typo
2015-08-15 18:00:15 +05:30
Bernat Borrás Paronella
548f59900c Fix Typo
fix typo from #25
2015-08-15 14:12:24 +02:00
Bernat Borrás Paronella
740e817be7 Fix typo
Fix #25
2015-08-15 14:09:42 +02:00
hemanth.hm
ba2f4eac6e Merge pull request #26 from samebchase/patch-2
Fix shell command and spelling
2015-08-14 11:35:03 +05:30
Samuel Chase
2c82081aed Fix shell command and spelling 2015-08-14 10:36:46 +05:30