Skip to content

nexuscreator/git-code-checkin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git-code-checkin

git-code-checkin is a Python script for automating Git code check-in e-mails. Currently, it works only with Python 3 on Linux. Soon, it will be cross-platform and support Python 2.

Author: Ashish Kayastha kayastha.ashish@ymail.com

Dependencies

  • Linux >= 2.6
  • Python >= 3.0

Install

# Change to the extracted directory.

$ sh install_git_code_checkin.sh

Example Usage

# Change to the Git repository directory.

$ git log --oneline			        # Find out your commit hash
$ git-code-checkin -c <commit-hash>	# Use the -c or --commit option and paste the commit hash

# Paste the HTML text in clipboard to your e-mail's 'Compose' window.

About

Python script for automating Git code check-in e-mails.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.7%
  • Shell 8.3%