Skip to content

blockspacer/turtle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create Repository
--------------------------------------
mkdir turtle
cd turtle
git init
touch README
git add README
git commit -m 'first commit'
git remote add origin git@gitlabfw.rds.lexmark.com:chritan/turtle.git
git push -u origin master

Existing Git Repo?
---------------------------------------
<MiddleMouse>cd existing_git_repo
git remote add origin git@gitlabfw.rds.lexmark.com:chritan/turtle.git
git push -u origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 54.2%
  • Java 18.5%
  • Classic ASP 8.3%
  • PLSQL 4.7%
  • Python 4.0%
  • C 4.0%
  • Other 6.3%