Skip to content

philippeduval/mon-nouveau-projet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

1345  brew update
 1346  brew install gh
 1347  gh auth login
 1348  gh auth login
 1349  cd ..
 1350  cd ..
 1351  cd $(mktemp -d)
 1352  mkdir mon-nouveau-projet
 1353  cd mon-nouveau-projet
 1354  gh repo create mon-nouveau-projet --public --source=. --remote=origin
 1355  git init
 1356  gh repo create mon-nouveau-projet --public --source=. --remote=origin
 1357  echo toto > toto.txt
 1358  git add . 
 1359  git commit -m "Premier commit"
 1360  git push -u origin main

 1355  git init
 1356  gh repo create mon-nouveau-projet --public --source=. --remote=origin
 1357  echo toto > toto.txt
 1358  git add . 
 1359  git commit -m "Premier commit"
 1360  git push -u origin main
 1361  history
 1362  vi toto.txt
 1363  git status -uno 
 1364  mv toto.txt readme.txt
 1365  git status -uno 
 1366  git status
 1367  git add . 
 1368  git commit -m "Deuxième commit"
 1369  git push 
 1370  history / pbcopy


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published