Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8323179
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T23:38:33+00:00 2026-06-08T23:38:33+00:00

I want to utilize git in my development workflow. I’m using Eclipse Juno. I’m

  • 0

I want to utilize git in my development workflow. I’m using Eclipse Juno.
I’m coming from CVS, but see lots of benefits from distributed VCS.
I’m reading Pro Git book, have read quite bit of it to start using it, but somehow something does not work the way I think it should to.
I’m doing well with it on single machine, but fail when I do remote repository sync.

This is what I want to achieve:

I have two PC-s, HOME & WORK. I want to develop on both PC, so chose git to sync them as well.
I created repository on the THUMB drive, and cloned it on HOME & WORK.

now, I want to develop on either HOME or WORK, commit locally, sync with THUMB, and then sync with another PC (HOME or WORK).

what commands should I issue to do this? (for example WORK -> THUMB -> HOME)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T23:38:36+00:00Added an answer on June 8, 2026 at 11:38 pm

    Basic workflow is commit locally using:

    $ git add .
    $ git commit -m "Commit message"
    

    Until done, then:

    # Push the 'master' branch to the 'thumb' repository
    $ git push thumb master
    

    Now switch the thumb drive to the other pc and then:

    # Pull from the 'thumb' drive into your local repo
    $ git pull thumb master
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to utilize introspection capability of python for debugging/development, but cannot find appropriate
I want to utilize the optimization toolbox of MATLAB, namely the genetic algorithm. But
I want to utilize Validator.TryValidateValue() but don't understand the mechanics. Say, i have the
I'm using DotNetNuke 4.8.x and want to utilize jQuery. Could anyone possibly suggest me
Want to run javascript function from parent window in child window Example I have
Want to open firefox from terminal at linux with firebug enabled // Terminal $
want to know why String behaves like value type while using ==. String s1
Want the function to sort the table by HP but if duplicate HPs then
In order to create a formatted file, I want to utilize fprintf . It
I just had a question based on MVC model, which I want to utilize

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.