.git
.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
.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
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
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
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
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
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 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 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
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
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 combine multiple Branch. Topics on: Fast-Forward Merge, Conflict. Read more: Dev Tool, Git, Git Definition, Merge, Branch|FullStack Wiki
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
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
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