Skip to content

LynxInnovation/031

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

031
===

for beats project

reate a new repository on the command line

touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/LynxInnovation/031.git
git push -u origin master

Push an existing repository from the command line

git remote add origin https://github.com/LynxInnovation/031.git
git push -u origin master


Releases

No releases published

Packages

No packages published