Most Used Git Commands
git init # initialize directory as git repository git clone curl> # copying git repository from hosted url to local machine git status # show modified files in current directory git log # view your commit history git add -A # add changed files into y...
May 6, 20234 min read36



