WEWasswa Enock Maleinwasswaenockmale.hashnode.dev·May 29, 2022 · 1 min readBasic 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...00
WEWasswa Enock Maleinwasswaenockmale.hashnode.dev·May 4, 2022 · 2 min readVersion 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...00