Hi guys, I'm a git first time user, and I followed this guide to set it up and get it up and running https://git-scm.com/documentation.
So I'm now using git from the console (at the moment I'm logged in windows, so let it be the windows console). My question is - because I couldn't find this on the guide - say I'm logged in from another machine and I want to checkout my project, keep working on it and then commit the changes, is it possible? In other words, how do I access my existing repository from another machine?
Violet_82 89 Posting Whiz in Training
Recommended Answers
Jump to PostHi,
if you want to download the project to a new box then you clone it, so you do:
git clone url_of_the_repository
If the code is already there, but not updated to the latest version, then you just pull:
git pull
and then you …
All 3 Replies
cereal 1,524 Nearly a Senior Poster Featured Poster
diafol commented: good, as always :) +15
Dani 4,675 The Queen of DaniWeb Administrator Featured Poster Premium Member
Violet_82 89 Posting Whiz in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.