otac0n / WebGitNet

WebGit .NET is an ASP.NET MVC app that provides access to your git repositories over HTTP. It supports browsing in a web browser AND push / pull over Git's "Smart HTTP protocol".
zlib License
133 stars 62 forks source link

Unable to save the edited file #76

Closed nawnit00 closed 11 years ago

nawnit00 commented 11 years ago
  1. I'm unable to save the edited file. Can I edit the file in repository ?
  2. Can I delete the file in repository ?
  3. what the function of Browse button ?
gregsohl commented 11 years ago

1 & 2. No file modification is supported in the web browser environment by WebGitNet. The web site basically supports push/pull from a Git client.

  1. The Browse button/link will take you to a list of repositories.

If you have additional questions, please let us know.

Greg

nawnit00 commented 11 years ago

Ok, thanks for your reply.

I'm able to pull all files/folder from Git client but I'm unable to push any file. Can you please guide me, how to push file from WebGitNet to Git client.

Thanks, Nawnit Kumar

otac0n commented 11 years ago

You may be looking for the git push origin command? That should send changes from your local repository to WebGit.

nawnit00 commented 11 years ago

No. I'm using .Net code to pull/push file from GitClient to WebGit and I'm able to pull all files from GitClient to WebGit but unable to push file from WebGit to GitClient .

Like, Just I created a file at WebGit and it should be updated at GitClient .

Thanks, Nawnit Kumar

otac0n commented 11 years ago

Can you maybe post some code (or pseudo code) of what you are trying to acomplish? I'm having trouble following what you expect WebGit should be doing.