bisect
bisect is defined as: to walk through Commit History via Binary Search to find good/bad Commit. Topics on: git bisect start, git bisect good, git bisect bad, Wh
bisect is defined as: to walk through Commit History via Binary Search to find good/bad Commit. Topics on: git bisect start, git bisect good, git bisect bad, Wh
commit is defined as: to create new Commit with Diff added in Staging. Topics on: git commit -m 'init', git commit -am '_change', -m, --amend, git commit --amen
Commit is defined as: snapshot of file/Source Code state, with UID SHA hash. Topics on: Head, Commit History. Read more: Dev Tool, Git, Git Definition, Commit,
Commit History is defined as: log of previous Commit. Topics on: Rollback. Read more: Dev Tool, Git, Git Definition, Commit, Commit History|FullStack Wiki by RJ
Conflict is defined as: when 2 Commit to Merge overwrite same file, git unsure which Branch to keep. Topics on: . Read more: Dev Tool, Git, Git Definition, Merg
Git Repo is defined as: collection of Commit for project Diff history. Topics on: . Read more: Dev Tool, Git, Git Definition, Git Repo, Commit, Diff | Dev Wiki
git reset _SHA is defined as: to reset to previous Commit with _SHA UID in Mixed Mode. Topics on: Mixed Mode. Read more: Dev Tool, Git, Git Command, Reset, Git
Head is defined as: most recent Commit. Topics on: Head moves forward with subsequent Commit. Read more: Dev Tool, Git, Git Definition, Commit, Head | Dev Wiki
Mixed Mode is defined as: (default) behavior to move to prev Commit but NOT del files. Topics on: . Read more: Dev Tool, Git, Git Command, Reset, Git Reset SHA,
pick is defined as: (default) to keep Commit. Topics on: . Read more: Dev Tool, Git, Git Command, Rebase, Commit|FullStack Wiki by Roger J
revert is defined as: to safely undo bad Commit via new Commit & keep Commit History. Topics on: . Read more: Dev Tool, Git, Git Command, Commit, Commit History
squash is defined as: to combine multi Commit into single name Commit. Topics on: . Read more: Dev Tool, Git, Git Command, Rebase, Commit | FullStack Wiki by RJ
Staging is defined as: list of files/code to add to next Commit. Topics on: Tracked, Untracked. Read more: Dev Tool, Git, Git Definition, Staging, Commit | Wiki
stash is defined as: to save Diff w/o Commit, to array list. Topics on: git stash, git stash pop, git stash save _name, git stash list, git stash apply 1, stash