Hi everyone
I am trying to setup a “view shopping cart/basket” page within a site in which logged in users earn points/credits. Once they earn a certain amount of these points they can then go to a shopping cart and pay with these points only. (No money changes hands, so no paypal/checkout/shipping/taxes etc are involved)
So far I hav...
I've modified a file, then I want to get latest version from remote.
So I run git checkout to revert the file, and run git pull to get latest version.
After that, I found that I need the modification of the file.
Is it possible to get it back? Thanks!
...
In my project I have many folders. I certainly know I want have changes in only few files (around 15) each of them are in 7 different folders. Also, I don't want to checkout the entire source to accomplish it. Is it possible to checkout only the required folders alone?
I'll have this scenario too often for different sources. Is it poss...
I have a SVN project at work that looks like this:
Repository
project
|-- docs
|-- scripts
`-- app
|-- trunk
|-- branches
| `-- development
`-- tags
|-- Release_1.0
|-- ...
`-- Release_5.3
I want my working folder like this:
Working copy
dir_root
...