- Create or find a gist that you own.
- Clone your gist (replace
<hash>
with your gist's hash):# with ssh git clone [email protected]:<hash>.git mygist # with https
git clone https://gist.github.com/.git mygist
#!/usr/bin/env R | |
#maye add commandline to script | |
#Yeah, it is a little low I know. | |
scrum.points=4 | |
scrum.startdate="2016/10/24" | |
scrum.sprint="93" | |
scrum.days=19 |
<hash>
with your gist's hash):
# with ssh
git clone [email protected]:<hash>.git mygist
# with https
git clone https://gist.github.com/.git mygist