Skip to content

Commit 44f2a9e

Browse files
committed
Visual studio
1 parent 06a12d8 commit 44f2a9e

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Diff for: README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ This repository is mirrored at:
1717
Mirrors without public view:
1818

1919
- <https://cirosantilli.kilnhg.com/Code/Repositories/Group/test/Files>
20+
- <https://cirosantilli.visualstudio.com/DefaultCollection/_git/test> <http://webapps.stackexchange.com/questions/52512/tfs-visual-studio-online-make-a-query-publicly-visible>
2021

2122
Mirrors without repository browsing:
2223

@@ -27,8 +28,15 @@ Mirrors for which I can't create projects:
2728
- <https://kenai.com>
2829
- <https://code.google.com/p/cirosantilli-test> (to be closed)
2930

30-
The SSH of those repos can be found at: [remotes.sh](remotes.sh),
31-
including other repos which don't have public view like Atlas.
31+
The SSH of those repos can be found at: [remotes.sh](remotes.sh), including other repos which don't have public view like Atlas.
32+
33+
Web interfaces without public hosting service that I know of. Huge list: <https://git.wiki.kernel.org/index.php/Interfaces,_frontends,_and_tools#Web_Interfaces>
34+
35+
- Gitweb. Distributed with Git. The Perl one.
36+
- cgit. Official self-host: <http://git.zx2c4.com/cgit>, GitHub mirror: <https://github.com/zx2c4/cgit>. Used by GNU Savannah. Written in C.
37+
- Gerrit. The Java one. <http://en.wikipedia.org/wiki/Gerrit_%28software%29>,
38+
- GitList. The PHP one. <https://github.com/klaussilveira/gitlist>
39+
- WebGitNet. The .Net one. <https://github.com/otac0n/WebGitNet>
3240

3341
## Related repositories
3442

@@ -167,3 +175,5 @@ Interesting branches and tags:
167175
- [future](future): commit in the far far future, on some date that does not show as 1970 on `git log`? See also: <http://stackoverflow.com/questions/19742345/what-is-the-format-for-date-parameter-of-git-commit/29289807>
168176

169177
- [future-max](future-max): commit at the latest possible pushable date of `2^63 - 1`. Larger dates up to `2^64 - 2` can be committed, but not pushed.
178+
179+
As of 2015-04-02, that commits will show as the fist one on the UI commit list no matter its order on the commit tree, making it a good way to drive other people mad and then later make them scold you when they understand.

Diff for: remotes.sh

+2
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ git remote add ki ssh://[email protected]/Repositories/G
2222
git remote add origin [email protected]:cirosantilli/${REPO}.git
2323
git remote add pf [email protected]:cirosantilli/${REPO}.git
2424
git remote add sf ssh://[email protected]/p/cirosantilli-${REPO}/code
25+
# username: email
26+
git remote add vs https://cirosantilli.visualstudio.com/DefaultCollection/_git/test

0 commit comments

Comments
 (0)