--hard
--hard is defined as: flag to reset to discard all Diff. Topics on: note flag is case insensitive so --HARD is same as --hard. Read more: Dev Tool, Git, Git Com
--hard is defined as: flag to reset to discard all Diff. Topics on: note flag is case insensitive so --HARD is same as --hard. Read more: Dev Tool, Git, Git Com
Clean Working Dir is defined as: Working Dir has no Track Diff. Topics on: . Read more: Dev Tool, Git, Git Definition, Working Dir, Clean Working Dir, Track, Di
clone is defined as: to download copy of remote Git Repo/Diff to local repo. Topics on: git clone _URL newName. Read more: Dev Tool, Git, Git Command, Clone, Gi
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
Diff is defined as: change in file/code. Topics on: Diffing, Track. Read more: Dev Tool, Git, Git Definition, Diff|FullStack Wiki by Roger J
fetch is defined as: to download Diff in remote Git Repo. Topics on: . Read more: Dev Tool, Git, Git Command, Fetch, Diff, Remote, Git Repo|FullStack Wiki by RJ
Fork is defined as: to copy Github Repo to github acc, with link to Upstream to pull Diff. Topics on: . Read more: Dev Tool, Git, Github, Fork, Github Repo, Ups
git is defined as: Dev tool system to track Diff in files/Source Code. Topics on: git definition, git command, git VS Code Integration, GitLens, github, git com
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
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
Track is defined as: of file/dir to keep track of Diff. Topics on: Untracked. Read more: Dev Tool, Git, Git Definition, Diff, Track|FullStack Wiki by Roger J
Untracked is defined as: of file/dir to ignore & excl from Staging. Topics on: . Read more: Dev Tool, Git, Git Definition, Diff, Track, Untracked, Staging| Wiki