GIT

Git Command: Pull latest code changes to sub branch

Pull the latest code merged code from the main, master branch to the sub-branch in git. Get the latest code from develop branch to... Read more »

First Git Push – Upload New Project to GitHub

Create Repository in Github.com In the local git project folder perform the following git commands, git init git add . git commit -m "inital... Read more »