Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Top 10 Git commands that every body should know

    • 0
    • 1
    • 1
    • 1
    • 0
    • 0
    • 0
    • 0
    • 949
    Comment on it

    Some of Basic commands:

    1. git init : To create/initalize a git repository
    2. git clone : To get a copy of existing Git Repository
    3. git branch : To check the current branch on which you are
    4. git checkout -b "new branch name" : Create a new branch
    5. git status : Check the status of files which have been modified or newly created
    6. git add : Add file to stage
    7. git add . : Add all modified/unstaged files to staged
    8. git commit -m "Proper Message" : Commit all staged files.
    9. git push origin : Push the code to server Github repository
    10. git pull origin master : Fetching source code from master branch

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: