Skip to content

karel-burda/git-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version License Build Status

Introduction

Common git-related files intended for my projects.

Continuous Integration

Automatic tests are being run as part of the CI, see tests that are used in the .travis.yml.

Static analysis is performed on the testing bash scripts using ShellCheck on Linux.

The project is using these jobs:

  • tests -- linux, shellcheck
  • tests -- osx
  • tests -- windows