add
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
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
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
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
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
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
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
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