I just started using Mercurial, and I'm having some difficulties. I'm using Murky for Mercurial.
I have several projects' files at localhost, want to keep them local to work on, and then upload to a开发者_运维问答 server. So:
- Created a folder named "_reps" at localhost to keep all repositories.
- Opened Murky app
- Repository > New Local
- Created rep as project name. (under _reps folder)
Now how can I add files to this project rep? How can I relate the project with this _rep, and work on changes?
With Mercurial, you keep your repositories generally inside the working directory (inside a .hg dir; which should be hidden by default on OS X). So I'm guessing you should just do New Local in your current project dir (not under the _reps thingy you created), then start adding files.
精彩评论