Skip to content

MartinPepa/Arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

Repository description

This repository is intended to share my projects while I'm learning Arduino as a hobby. Feel free to join as collaborator and share your ideas. Learning together will take us further.

Set commit message template

There is a template file implemented for commit messages in order to keep changes tracking as clear as possible. This template file is configured as follows:

  1. In the root directory of the repository run the command git config --global commit.template ~/.gitmessage.txt.
  2. Now, every time you make a commit just run on the terminal git commit and an editor with the message template will show up.
  3. When the message is filled, press Cntl+O to save it.
  4. Press Cntl+X to close the editor.

Ignore directory

In order to save usefull files (eg. .txt or .png) but keep them untracked, the .gitignore file has a directory called ignore.

Aknowledgments

About

Arduino projects made as a hobby

Resources

License

Stars

Watchers

Forks

Languages