Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Download Git Software from https://git-scm.com/download/win
- first command is git --version
- second command git config --list
- third command git config --global user.name "YOUR NAME"
- fourth Command git config --global user.email YOUR EMAIL
- fifth command git help
- sixth command ls
- seventh command cd C:\wamp\www\newtheme\wp-content\themes\sunset-theme-alamin
- eigth command git init (will create git repo on a folder)
- ninth command git status (will show status of the folder which needs add or commit)
- tenth command git add . (will add all the files on the folder)
- elevent command git commit -m "Initial commit" (will commit and add message)
- Need to Create Repositori on Github Collect the unique url of github repositor
- twelve command git remote add origin https://github.com/webdeveloperalamin/Sunset-Theme-Me.git (adding the repository)
- thriteen command git remote -v ( show status of )
- git push --set-upstream origin master
- git branch --set-upstream-to=origin/master
- git pull --allow-unrelated-histories
- git push (Uploaded all the files)
Add Comment
Please, Sign In to add comment