wasswaenockmale.hashnode.devBasic Git Commands.Git Commands. Below are the Git commands that I usually interact with as an Entry level developer. There are two ways of initiating Git to the local machine. Cloning a remote repo. Initializing Git in the folder. git clone repo_url Do this in the...May 29, 2022·1 min read
wasswaenockmale.hashnode.devVersion ControlSuppose a team of about 5 remote developers is working on a Web Application, each of them assigned a feature to develop they have to and save all there code as one project. The current state of the project will be saved like a snapshot with each deve...May 4, 2022·2 min read