Einige neue Funktionen

es wurden ein paar plugins installiert, die neue funktionen bereitstellen:

git_basics Basic git concepts and operations changes changes in the working tree To view: git diff staging staging area (cache, index) To view: git diff --staged changes->staging git add ...     git reset       stash stash To view: git stash list changes->stash git stash pop stash_push git stash [push] changes->stash_push discard discard changes->discard git restore ... HEAD HEAD of the current branch To view: git show git log To change branch: git switch ... git checkout ... staging->HEAD:push git commit remote remote branch HEAD:push->remote git push HEAD:pull->remote git pull branches local branches To view: git branch [--list] HEAD:switch->branches stash_push->staging stash_push->stash
  1. some text ↩︎

1 „Gefällt mir“