1
0
mirror of https://github.com/namibia/tips.git synced 2024-06-09 05:32:40 +00:00
Commit Graph

222 Commits

Author SHA1 Message Date
Eric James Michael Ritz
76c268f284 Describe how to list ignored files
This tip shows how to list all ignored files in a project, which will
take into account not only any `.gitignore` file within a repository,
but also any globally defined list of exclusions such as
`/home/eric/.gitexcludes` and `.git/info/exclude` within the
repository itself.

Signed-off-by: Eric James Michael Ritz <ejmr@plutono.com>
2015-07-29 18:54:45 -04:00
hemanth.hm
aa62766196 Merge pull request #18 from ejmr/git-push-delete
Add an easier-to-read way to delete a remote branch
2015-07-29 02:05:53 +05:30
Eric James Michael Ritz
8a26365c69 Add an easier-to-read way to delete a remote branch
Since 2010 Git supports the `--delete` argument for git-push as an
alias for the `:branch` syntax, i.e. these commands are equivalent:

    $ git push origin :foo
    $ git push origin --delete foo

This patch changes the tip to use the `--delete` argument on the
grounds that it is easier to remember, easier to understand, and
easily available since it is unlikely for people to be using a version
of Git which is more than five years old.

Signed-off-by: Eric James Michael Ritz <ejmr@plutono.com>
2015-07-28 15:04:09 -04:00
Samar Panda
58a4b7cfd3 git ls-files to show tracked and untracked files 2015-07-28 22:27:12 +05:30
Samar Panda
309397e0c9 git diff multiple usage 2015-07-28 22:08:59 +05:30
Samar Panda
efaba7db36 Quite handy saving unfinished work
Typo json
2015-07-27 22:13:15 +05:30
Hemanth.HM
3ed8741c28 Git alias 2015-07-27 09:33:30 +05:30
Samar Panda
8dda8b55e1 Find out branches containing a commit, including remote branches
Alternative for local branches
2015-07-26 00:09:11 +05:30
Samar Panda
7810dda14e Clarification of git diff-tree and ls-tree 2015-07-25 22:04:10 +05:30
Samar Panda
7ecc00c50b Tips using git cherry-pick 2015-07-25 15:41:59 +05:30
Hemanth.HM
85df5705fb whatchanged 2015-07-22 13:26:24 +05:30
Hemanth.HM
55778710ea Support alternatives in tips. 2015-07-17 13:01:25 +05:30
Anchal
9cc9a46519 tried with alternatives 2015-07-17 12:27:32 +05:30
Anchal
04f388e191 Merge remote-tracking branch 'upstream/master' 2015-07-17 12:26:08 +05:30
Hemanth.HM
6cfcc26d9f Get git bash completion. 2015-07-17 06:51:14 +05:30
Anchal
3dcab1f843 list remote reference and get list of branches 2015-07-16 17:39:38 +05:30
Jon Maim
e25227a25d Update tips.json 2015-07-16 12:25:13 +05:30
Hemanth.HM
04573ea87d Changing a remote's URL 2015-07-16 09:07:15 +05:30
Anchal
695e7e19ba undo local changes 2015-07-15 22:56:22 +05:30
Anchal
7db7aae79b tip for deleting a local or remote branch 2015-07-15 20:00:26 +05:30
Anchal
8c45240d89 tip for deleting a local or remote branch 2015-07-15 18:44:33 +05:30
Hemanth.HM
eff7432b3a Migrated to doxie ❤️ 2015-07-15 16:31:27 +05:30