Git server commands
Git server commands GIT is a power full sub version system. You can Update, commit data to/from server Creating new git repository: GIT is a power full Mkdir dir1 cd dir1 git init cd .. cp -ra wordpress/* dir1 cd dir1 git add . git commit -m “first commit” Committing code in […]
Read more