Skip to content

Ive24/Diceonomicon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Working with branches:

  • Make sure you are on the main branch (Terminal: git checkout main)
  • Then create a new branch for you to work on (Terminal: git checkout -b yourBranchName)
  • Make all your changes on that branch
  • Go back on the main branch (Terminal: git checkout main)
  • Merge your branch into the main branch (Terminal: git merge yourBranchName)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Wolfram Language 69.9%
  • C# 30.1%