Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in git

Is it better to use a separate commit message for a git merge?

svn git merge commit

How to make git grep show at the top instead of the bottom of the terminal screen?

git grep

Step back a couple of revisions in git branch

git

Git over port 443

git ssh git-pull git-push

Start with git or svn?

svn git

Remedial Lesson on Git Trees

git

Remove a file that I shouldn't have committed to Git

git

The clean way to make a branch in Git a posteriori

git github

undo revert in git or tortoisegit

git tortoisegit git-revert

Git Stashing specific files before a commit

git

Why can't I add this directory to git?

git

How to change author email at commit time with hooks

git hook commit

Wildcards in branch names specification in "git merge"

git merge

GIT clone over http fails (curl result = 22, http_code 401)

git

How can I get the equivalent of .hgignore's regular expressions ^var/(?!\log|.dummy) and ^var/log/(?!\.dummy) in .gitignore?

Installing Git and Mercurial on the same machine

git mercurial

Since Git is cumulative, how to deal with that for long term when the repo becomes 5GB?

git

Is it possible to add/commit a file to the index of a local bare Git repo?

git grit

Using git to identify all modified functions in a revision

.gitignore to ignore all files, then recursively allows files of a certain type

git recursion directory