Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in git

go back to a specific commit then go back to the present

git

How to delete a only a specific commit in the middle of the git log

git

Describe your workflow of using version control (VCS or DVCS) [closed]

svn git mercurial dvcs

Git - Cherry pick a single commit for pull request

git github

gitlab: move repository to another group inside gitlab

git gitlab gitlab-ce

git merge with renamed files

git

Fetch a single tag from remote repository

Can I add metadata to git commits? Or can I hide some tags in gitk

git tags metadata gitk

How to get (only) author name or email in git given SHA1?

git commit sha1 author

My diff contains trailing whitespace - how to get rid of it?

Git: File Rename

macos git case-insensitive

Clone git repository without history?

git

List git commits to master branch between two dates

git git-log

Is there a way to tell git-status to ignore the effects of .gitignore files?

git gitignore git-status

remove git submodule but keep files

git

How to move a branch backwards in git?

git github

Git rebase loses history, then why rebase?

Can I use "git checkout --" on two files?

git git-checkout

Undo change in git (not rewriting history)

git git-revert

Git: simplest way of squashing commits on master [duplicate]

git github