--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
.git is defined as: dotconfig dir to store all content in repo. Topics on: .git/hooks, objects, config, refs, HEAD, index. Read more: Dev Tool, Git, Git Definit
.gitignore is defined as: git dotconfig to list file/dir as Untracked. Topics on: add comment by prefixing with #. Read more: Dev Tool, Git, Git Definition, Git
add is defined as: to add file/dir to Staging. Topics on: git add .. Read more: Dev Tool, Git, Git Command, Add, Staging|FullStack Wiki by Roger J
alias is defined as: to shorten git cmd. Topics on: . Read more: Dev Tool, Git, Git Command, Config, Alias|FullStack Wiki by Roger J
bfg is defined as: fast alt to git-filter-branch to go 1984 on Git Repo - no filepath support, only discrete filename/foldername - RISKY! outputs changelog to .
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
branch is defined as: to create new Branch. Topics on: git branch, git branch -M main, git branch -d _name, git branch -D _name, -d, -D, HEAD. Read more: Dev To
Branch is defined as: alt version for file/code. Topics on: Branch Naming convention, Master. Read more: Dev Tool, Git, Git Definition, Branch | Full-Stack Wiki
Branch Naming convention. Topics on: wip, feat, bug, fix, junk, chore, refactor, slash delimiter prevents duplicate subchild name. Read more: Dev Tool, Git, Git
checkout is defined as: to move onto Branch. Topics on: checkout -b _name, checkout -. Read more: Dev Tool, Git, Git Command, Branch|FullStack Wiki by Roger J
Chromatic is defined as: tool to automate storybook integrate CI git tooling. Freemium. Topics on: Free for up to 5k snapshots/month, UI/visual Regression Testi
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
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
config is defined as: to create alias. Topics on: alias, git config --global alias.ac 'commit -am', git config --system core.longpaths true. Read more: Dev Tool
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
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
Fast-Forward Merge is defined as: Merge strategy to move pointer to Head w/o need to resolve Conflict. Topics on: . Read more: Dev Tool, Git, Git Definition, Me
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 add . is defined as: to add all files in Working Dir to Staging. Topics on: . Read more: Dev Tool, Git, Git Command, Add, Working Dir, Staging |web-Dev Wiki
git bash is defined as: CLI tool to run on pre-installed Bash with more pretty colorized UI - auto-show current branch. Topics on: ulimit -a, ulimit -n 6400. Re
git clone _URL newName is defined as: to clone remote Git Repo (at _URL) to local machine & rename to newName. Topics on: . Read more: Dev Tool, Git, Git Comman
git command is defined as: . Topics on: add, bisect, branch, checkout, clean, clone, commit, config, diff, fetch, git-filter-branch, init, log, merge, pull, pus
git command snippets. Topics on: clone repo, init new git project, create new git branch, check the status of git repo, undo all changes, discard/undo changes i
git definition is defined as: . Topics on: .gitignore, .git, Branch, Commit, Diff, git bash, Git Hooks, Git Repo, Merge, Staging, Working Dir. Read more: Dev To
Git Hooks is defined as: JS Script to trigger on/before git event. Topics on: husky. Read more: Dev Tool, Git, Git Definition, Git Hooks, Script| FullStack Wiki
git remote is defined as: to print list of all remote connected Git Repo. Topics on: . Read more: Dev Tool, Git, Git Command, Remote, Git Repo | Full-Stack Wiki
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
git VS Code Integration. Topics on: M, U, !, Source Control Panel. Read more: Dev Tool, Git, Git VS Code Integration|FullStack Wiki by Roger J
git-filter-branch. Topics on: . Read more: Dev Tool, Git, Git Command, Git Filter Branch|FullStack Wiki by Roger J
github is defined as: MS online Git Repo SaaS. Topics on: Github Repo, Fork, Upstream, Pull Request, github codespace, Github Insights, Github Actions, github a
Github Actions is defined as: (feature) to automate github events to trigger workflow via cloud container to run instructions. Topics on: 2000 mins/m (33.3hr/m)
github alternatives. Topics on: gitlab, gitbucket. Read more: Dev Tool, Git, Github, Github Alternatives|FullStack Wiki by Roger J
github codespace is defined as: (feat)(paywall) to open github Git Repo in online cloud IDE playground. Topics on: . Read more: Dev Tool, Git, Github, Github Co
Github Insights is defined as: analytics tools for tracking your user deps, stars etc. Topics on: Stargazer. Read more: Dev Tool, Git, Github | Full-Stack Wiki
Github Repo is defined as: remote Git Repo host on github. Topics on: . Read more: Dev Tool, Git, Github, Github Repo, Remote, Git Repo |FullStack Wiki by Roger
gitlab. Topics on: FOSS. Read more: Dev Tool, Git, Github, Github Alternatives|FullStack Wiki by Roger J
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
log is defined as: to print Commit History with SHA UID, timestamp & msg name. Topics on: --oneline, git log --graph --oneline --decorate. Read more: Dev Tool,
Master is defined as: main Branch. Topics on: Master is main trunk of tree. Read more: Dev Tool, Git, Git Definition, Branch|FullStack Wiki by Roger J
merge is defined as: to Merge Branch. Topics on: --abort, git merge --abort. Read more: Dev Tool, Git, Git Command, Merge, Branch|FullStack Wiki by Roger J
Merge is defined as: to combine multiple Branch. Topics on: Fast-Forward Merge, Conflict. Read more: Dev Tool, Git, Git Definition, Merge, Branch|FullStack 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
pull is defined as: fetch + merge combo to sync remote. Topics on: git pull origin master, must have Clean Working Dir to allow pull. Read more: Dev Tool, Git,
push is defined as: to sync local Git Repo to remote. Topics on: git push origin master -u, -U, --force, git push --force origin __branch, git push --force-with
rebase is defined as: to rewrite Commit History to simplify/linearize Merge. Topics on: git rebase master, git rebase master --interactive, pick, squash, fixup,
reflog is defined as: . Topics on: . Read more: Dev Tool, Git, Git Command|FullStack Wiki by Roger J
remote is defined as: to link local Git Repo to remote Git Repo. Topics on: git remote, git remote add origin _URL, git remote -v, git remote show, origin, git
reset is defined as: to remove files from Staging (no modify/delete). Topics on: git reset _SHA, --hard, git reset HEAD~, git reset --soft HEAD~1, git reset --s
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
rm is defined as: to del .git. Topics on: git rm -rf .git. Read more: Dev Tool, Git, Git Command|FullStack Wiki by Roger J
show log of Commit History is defined as: git log. Topics on: exit from git log. Read more: Dev Tool, Git, Git Command Snippets|FullStack Wiki by Roger J
Source Control Panel is defined as: to show Staging changes with Diff Editor. Topics on: drop-down menu with all git commands, Staging Area, bottom left branch
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
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
Upstream is defined as: original Github Repo Fork. Topics on: . Read more: Dev Tool, Git, Github, Upstream, Github Repo, Fork|FullStack Wiki by Roger J
Working Dir is defined as: current dir in file explorer/Terminal. Topics on: Clean Working Dir. Read more: Dev Tool, Git, Git Definition, Working Dir, Terminal