Pinned Loading
-
-
A guide to command line git
A guide to command line git 1# git-schooled
21. Create or fork a repo from <a href="https://github.com">GitHub</a>.
32. Clone the repo with `git clone <https_url_to_rep>` or `git clone <ssh_url_to_rep>`.
4- This command copies the repo from the url repository to your local system.
5- It will, by default, set the existing branch to be that of the cloned repo (usually `master` or `main`).
-
VIM Cheat Sheet
VIM Cheat Sheet 1Substitute command:
2:s/old/new -- first occurrence
3:s/old/new/g -- same line
4:#,#s/old/new/g -- line #s
5:%s/old/new/g -- file
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.