-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hello, I have a project with git, and I just want to clone or pull a specific directory, like myproject/javascript just like subversion does.
make some changes, commit and push back again.
It's possible?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
We work on multiple geographically seperate sites.
Today I have our git clones all live on one site A. Then users from site B have to ssh over to do a git clone or to push in changes. These are bare repos where the update is through pushes.
Ideally, for git clone/push performance, I'd…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am not using github. We have git setup on our machine.
I created a branch from master called experiment. However when I am trying to do git pull I am getting following message.
> git pull
You asked me to pull without telling me which branch you
want to merge with, and 'branch.experiment.merge'…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a cloned repo I use for the live site and I have it pull from a bare repo. For some reason every time I execute "git pull" I get the already up to date message. But it's not up to date and not updated. If I do a git reset --hard HEAD^ and then git pull again, the changes come in.
What's the…
>>> More
-
as seen on Code Plex
- Search for 'Code Plex'
[Do you tweet? Follow us on Twitter @matthawley and @adacole_msft] We deployed a new version of the CodePlex website today. Pull Request Changes In this release, we have begun to re-focus on Pull Requests to ensure a productive experience between the project users and developers. We feel we made…
>>> More