Hello!I am developing a website but sometimes I have to work from my pc and sometimes from my laptop.my laptop connection with bitbucket and deployhq works perfectly.If I update a file follow the process it gets updated to the live website too.The thing is that I want that to be possible from my PC too.Is there a way to do that?I found this article,the thing is though I cant correctly understand what the guy did to solve it.so please,if there is a way to help me,just tell me!Because I m new to git,I would love to be a clear explanation!
Hi,
All you have to do is clone the repository to your PC like you first did when you cloned it to your work PC. Once you have the clone on your machine you can make changes and then commit and push the changes to the repository on Bitbucket. Once you're working on the other machine again, just run git pull to fetch the latest changes and you can continue working from there.
Cheers,
Christian
Premier Support Engineer
Atlassian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.