Skip to content

Dreamer009/hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Hangman

ASCII Art

|------|
|     (0)
|     /|\
|      |
|     / \
|
|
|--------------|

Git

Committing Code

git status
git diff filename.extension
git add filename.extension
git commit -m "Add some file"
git push origin branch

Getting the Latest Code

git pull

Creating a New Branch

git checkout -b feature/name

or

git branch feature/name
git checkout feature/name

View Previous Commits

git log

View Your Commits

git log --author=name

Git Help

git help

or get help on a sub command like log:

git help log

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages