Skip to main content

21 docs tagged with "Git Definition"

View All Tags

.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

.gitignore

.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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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