Skip to content

dgem/sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation


GIT Repository Setup

git config --global user.name "name"
git config --global user.email [email protected]
mkdir Sandbox
cd Sandbox
git init
touch README
git add README
git commit -m 'first commit'
git remote add origin [email protected]:dgem/Sandbox.git
git push -u origin master

About

Playpen for untested code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published