Pinned Loading
-
-
VIM commands
VIM commands 1### Acronym
2* C-a ==> CTRL-a
34### Modes in VIM
5* __Normal mode(n)__ When we open mode, the default mode is normal
-
-
git versioning
git versioning 1### Version control systems(VCS)
2* __Local VCS:__ Files stored on local machines
3* __Centralised VCS:__ A centralised system where the main repository is stored. Eg: CVS, SVN, Perforce
4* __Distributed VCS:__ Each client doesn't just check out the latest snapshot of the files; rather, they fully mirror the repository, including its full history. Eg: Git, Mercurial, Bazzar.
5 -
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.