JavaScript is disabled !
Git
Index of Git commands
A
2019-04-08
2014-05-13
add
B
2018-08-10
bisect
2017-09-18
blame
annotate
2019-11-13
2013-12-11
branch
--set-upstream-to=
C
2017-06-19
2013-12-19
checkout
2019-05-06
clean
2017-06-15
2017-06-13
clone
2018-11-26
2014-05-13
commit
2017-06-14
config
D
2018-06-18
2015-01-20
diff
--color-words, --word-diff
F
2018-07-13
fetch
2019-05-16
filter-branch
G
2019-09-26
2016-11-28
gc
L
2019-04-01
2013-12-11
log
--word-diff
2017-06-21
2014-05-13
ls-files
M
2019-03-12
2016-12-14
merge
P
2018-05-24
2014-12-03
pull
2019-03-12
2014-12-03
push
--set-upstream
R
2019-09-13
2018-01-18
rebase
2019-07-25
2019-07-05
reflog
2019-09-09
2014-01-16
remote
ssh
2018-04-19
2016-07-01
reset
unstage
2019-10-04
restore
2017-11-17
2014-09-23
revert
diff, show
S
2014-12-15
2014-05-13
show
2019-01-23
2016-12-13
stash
2019-10-04
switch
T
2019-10-04
2013-12-20
tag
Git HowTo's
2019-09-13
How to
split
a
commit
?
2019-05-16
How to extract part of a
Git
repository into a new independent repository ?
2019-02-15
How to "get"
all branches
from a
remote
?
2019-02-07
2013-09-11
How to import an existing
Git
repository into another ?
subtree-merge
2018-10-22
2018-01-19
How to list
files modified by a commit
?
2018-10-19
2013-08-28
How to
stage
/
unstage
a
patch
?
contiguous
2018-10-10
How to find the
root directory
of a
Git
repository
?
2018-09-18
How to refer to
parent
and
ancestor
commits ?
HEAD~n, HEAD^n
2018-09-17
How to
list commits
from a
specific branch
only ?
2018-04-13
How to
move commits
to another
branch
?
2017-10-19
How to view
git log
of a
renamed
file ?
2017-10-10
2014-01-08
How to
squash several commits
into a single one ?
rebase, squash
2017-10-03
2013-04-08
How to hide
untracked
files from
git status
?
2017-10-03
2013-11-05
How to view details of past
commits
?
--word-diff
2017-09-19
How to
push
only some local
commits
?
2017-09-19
2014-12-03
How to setup a
Git
distributed workflow
?
2017-09-13
How to discard local
uncommitted
changes ?
2017-07-11
Why doesn't
git status
show whether I'm up-to-date with my
remote
counterpart ?
2017-06-22
2013-03-21
How to cancel a
commit
?
reset, revert
2017-06-14
How may I
push
to a non-
bare
repository ?
2017-06-14
How to get a
Git
configuration value ?
2017-06-12
2013-04-08
How to
checkout
/
clone
an existing project ?
2017-06-09
2013-04-08
How to save a
WIP
?
2017-06-09
2013-04-08
How to
untrack
a file ... ?
2017-06-09
2013-04-08
How to
unstage
a file ?
2016-03-15
2015-04-24
How to correct mistakes in
old
commits
?
2015-04-14
How to remove
sensitive data
(such as passwords, private keys, ...) from the
Git
history ?
2014-10-15
How to shrink the
.git
directory ?
2014-09-22
How to view
staged changes
?
2014-07-18
How to create and apply a
patch
?
2013-09-10
2013-04-22
How to contribute / perform a
pull request
?
2013-08-26
How to specify the
private key file
to use while doing
Git
over
SSH
?
2013-04-08
How to create a new, empty,
Git
repository and store it on
GitHub
?
Git Errors
2019-02-26
git pull
fails :
fatal: '
/path/to/some/dir
' does not appear to be a git repository
2019-01-23
2018-04-12
Git
command fails :
fatal: unable to access '
https://
git.domain.tld/path/to/myRepository/
': server certificate verification failed.
GIT_SSL_NO_VERIFY, http.sslVerify
2018-12-05
git clone
fails :
fatal: unable to access '
https://github.com/
.../...
.git/
': gnutls_handshake() failed: An unexpected TLS packet was received.
2018-08-24
2018-08-22
patch fragment without header
+
Your edited hunk does not apply
during
git add --interactive
2014-12-02
git push origin master
ends up with
remote: error: refusing to update checked out branch: refs/heads/master
2014-11-12
Your branch is ahead of 'origin/master' by
n
commits.
after successfully pulling from
origin
to
remote
2013-06-04
git pull
complains
Your local changes to '
myFile
' would be overwritten by merge. Aborting.
pull, stash
This work is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
.