Teach what you learned today
git status# On branch masternothing to commit, working directory clean
>git clone https://github.com/abc/training.git metrainingto clone in a dir.
git status
ReplyDelete# On branch master
nothing to commit, working directory clean
>git clone https://github.com/abc/training.git metraining
ReplyDeleteto clone in a dir.