Skip to content

mminelli/pariscryptoday.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paris Crypto Day

Basic commands

git add _posts/2016-05-16-second.md
git commit -m "save june 30"
git push origin master

Branches and merges

git branch testing
git checkout testing
git log --oneline --decorate --graph --all
git checkout master
git merge testing

Releases

No releases published

Packages

No packages published

Languages

  • CSS 55.3%
  • HTML 44.7%