Git Session
Leave a reply
“git add .” : is a command used to add a file that is in the working directory to the staging area. “git commit”: is a command used to add all files that are staged to the local repository. “git push”: is a command used to add all committed files in the local repository to Continue Reading »