repo.or.cz
/
Widgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Getting the Gui to show gits files.
[Widgit.git]
/
Git
/
Remote.cs
blob
06b1bae09f84a8896559fcfef2d0dee3946ef6b6
1
using
System
;
2
using
System
.
Collections
.
Generic
;
3
using
System
.
Text
;
4
5
namespace
Git
6
{
7
public class
Remote
:
Branch
8
{
9
public
Remote
(
string
name
) :
base
(
name
)
10
{
11
}
12
}
13
}