Skip to content

A repo to be used demoing various git & GitHub features in the Chingu Roundtables

Notifications You must be signed in to change notification settings

chingu-voyages/roundtable-gitdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitdemo

A repo to be used demoing various git & GitHub features in the Chingu Roundtables.

This uses a simple Celcius to Fahrenheit conversion to demon-strate how to effectively work in a team with git and GitHub. This is simple by design since we what to show how to use git and GitHub rather than producing a true app.

Here's a simple example of how to create a graph in a Markdown file

  graph TD;
      Lalala-->Bebebebe;
      OOOoo-->Zzzzz;
      B-->D;
      C-->D;
Loading

Commit messages are important because they are so useful when resolving issues that may come up after the PR is merged. Always make sure you create a summary of the changes you've made in your commit message.

What do you think about this?

About

A repo to be used demoing various git & GitHub features in the Chingu Roundtables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •