-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Milton Choo
committed
May 12, 2020
1 parent
6ef2755
commit 4a60412
Showing
10 changed files
with
14 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
--- | ||
title: bitbucket/gitlab users | ||
--- | ||
|
||
upload to ntu-rris from bitbucket/gitlab | ||
|
||
inorder to update from another git based account to RRIS's github repository | ||
please ensure the following | ||
inorder to update from another git based repository to RRIS's github repository | ||
please ensure the following: | ||
|
||
* Ensure your github account has 2FA with NTU's enterprise authentication server | ||
* Ensure that your new repository is created on ntu-rris central repository | ||
* your github account has 2FA with NTU's enterprise authentication server | ||
* your new repository is created on ntu-rris central repository | ||
* Add RRIS's github URL as a "SSH" connection to ntu-rris's with name as "rris" | ||
{% highlight ruby %} | ||
$ git remote add rris ssh://[email protected]/ntu-rris/yournewrepositoryname.git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
--- | ||
layout: default | ||
title: RRIS | ||
title: RRIS home | ||
--- | ||
{% for r in site.data.myrepos %} | ||
# {{ r.name }} | ||
[{{ r.name }}]({{r.html_url|absolute_url}}) | ||
<br/>**{{ r.description| default: "No Description" }}** | ||
<br/> contributors: {% for j in r.contrib %} [{{j.login}}]({{j.html_url|absolute_url}}) {% endfor %} | ||
{% endfor %} | ||
{% highlight ruby %} | ||
def foo | ||
puts 'foo' | ||
end | ||
{% endhighlight %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
nothing here yet | ||
# RRIS | ||
## Rehabilitation Research Institute of Singapore | ||
This is [RRIS website on ntu-rris.github.io](ntu-rris.github.io) | ||
|