Renaming a git branch (from server to local)
Recently got this useful info from GitHub on updating a git branch locally after renaming it on the server. Assuming the branch’s old name was… Read More »Renaming a git branch (from server to local)
Recently got this useful info from GitHub on updating a git branch locally after renaming it on the server. Assuming the branch’s old name was… Read More »Renaming a git branch (from server to local)
If a directory was added to .gitignore before pushing to the repository, it does not get pushed. But if the directory was already pushed, and… Read More »Removing a directory from the git repository after adding it to .gitignore
Install git on the remote server (if it is not already). On Ubuntu: Create an SSH key pair (locally): Accept the default file to save… Read More »Using Git to deploy a project on remote server