git.datamonkey.temple.edu Open in urlscan Pro
129.32.209.139  Public Scan

Submitted URL: https://tinyurl.com/yc6zhpvc
Effective URL: http://git.datamonkey.temple.edu/casino/onlinecasino
Submission: On February 09 via manual from NL — Scanned from NL

Form analysis 0 forms found in the DOM

Text Content

GITLAB


ONLINECASINO / ONLINECASINO

Toggle navigation
Sign in
 * Sign in

 * Project
 * Issues 0
 * Merge Requests 0
 * Wiki


O
Beste online casinos in Deutschland @
https://www.online-casino-spielautomaten.de
Star 0
SSH HTTP
public


THE REPOSITORY FOR THIS PROJECT IS EMPTY

YOU CAN ADD A FILE  OR DO A PUSH VIA THE COMMAND LINE.

COMMAND LINE INSTRUCTIONS

Git global setup

git config --global user.name "Your name"
git config --global user.email "your@email.com"


Create a new repository

mkdir onlinecasino
cd onlinecasino
git init
touch README.md
git add README.md
git commit -m "first commit"
git remote add origin http://git.datamonkey.temple.edu/casino/onlinecasino.git
git push -u origin master


Push an existing Git repository

cd existing_git_repo
git remote add origin http://git.datamonkey.temple.edu/casino/onlinecasino.git
git push -u origin master