Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to use git client for pushing and pulling the changes?

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 647
    Comment on it

    There are many git client that are used for pulling and pushing the changes made in the remote/local repository. Some of the Git Clients that are used to manage projects remotely for Linux platform are as below:

    1. git-cola (free)
    2. SmartGit(free for non commercial use)
    3. GitEye (free)
    4. giggle (free)
    5. gitg (free)

    Here we are taking the example of Smartgit for pulling/pushing the changes made in remote/local repository

    Making a PULL

    1. Open Smartgit
    2. Select your develop branch now right click on it and select the Checkout option select ok
    3. Now select the local repository and make a Pull (this will pull all the code from the remote repository and merge it to our local repository)

    Making a PUSH

    1. Compare the files and replace the changes (we can use a tool Meld Difference viewer for comparison
    2. Select Local Branch right click on it and create a new branch (we can map this branch to the file/files that are modified)
    3. Commit (write the name of the created branch name and description for it)
    4. Now right click on the branch and click on Push to
    5. Now use the username and password that we used for our bitbucket account.

 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: