DEV Community

Cover image for GIT LAB DAY2
sabari vasan
sabari vasan

Posted on

GIT LAB DAY2

How to push git step by step?

  1. Git clone from the git repository you need to push to...

2.copy the content of the cloned repository into the local directory.

3.command into your local directory and run git remote -v.

4.Git add-A to add whatever change you require and commit it.

5.Finally git push.

Top comments (0)

👋 Kindness is contagious

If you found this post useful, consider leaving a ❤️ or a nice comment!

Got it