(My personal) git cheat sheet

Create a repository from existing code and push it to remote Change into your code sub-directory and do: git init git add . git commit -m “First commit” git remote add origin https://REMOTE_HOST/REPO_NAME.git git push -u origin master Change a repositories origin remote url This is useful if you have cloned a remote repository, changeContinue reading “(My personal) git cheat sheet”

Design a site like this with WordPress.com
Get started