Skip to content

RegisteredLerner/learn-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Learn about git and github

console.log('hello world');

#Wrzucanie folderu do repo przez git
#git init
#dotnet new sln -n "nazwa"
#dotnet new console -n "nazwa_nowej_apki"
#dotnet sln add "path_do_nowej_apki"
#git add .
#git commit -m "nazwa commita"
#git remote add origin "url"
#git push -u origin main
#byc moze trzeba bedzie jeszcze
#git branch -M main
#Aby dodac nowa linie w markdown trzeba na koncu wiersza dac 2 spacje

About

a test to learn git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages