Home > test

test

Test is a project mainly written in ..., it's free.

toto Global setup:

Download and install Git git config --global user.name "Your Name" git config --global user.email [email protected]

Next steps:

mkdir test2 cd test2 git init touch README git add README git commit -m 'first commit' git remote add origin [email protected]:cyrilleroy/test2.git git push origin master

Existing Git Repo?

cd existing_git_repo git remote add origin [email protected]:cyrilleroy/test2.git git push origin master

blabla new line from master insert from clone fixing conflict insert 2 from clone insert 3 from main

Previous:LOLXd