Skip to content

diego237/TP1-Git

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TP1-Git

hola mundo

create a new repository on the command line

git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/FRRe-DACS/TP1-Git.git
git push -u origin master

…or push an existing repository from the command line

git remote add origin https://github.com/FRRe-DACS/TP1-Git.git
git push -u origin master

About

hola mundo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%