Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

git-learning

Commit Title

The title will be inferred by git from the first line in the comment. For example this

git commit -m "Edit main.c" -m "add function main"

will produce commit with title "Edit main.c" and a detail comment "add function main"

Commit with multiple lines

git commit -m "Edit main.c" -m "add function main"^
"in the main call printf"^
"in printf present Hello world"^

Additional information regarding markdown language formatting rules

Small change Uno mass

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages