Skip to content

dandersson/dulwich-test-23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Push branch with dulwich

usage: push.py [-h] [--config CONFIG] [--debug] REPO BRANCH

Push a Git branch using `dulwich`.

positional arguments:
  REPO             path to local repository
  BRANCH           branch to push

optional arguments:
  -h, --help       show this help message and exit
  --config CONFIG  configuration file (default: .credentials)
  --debug          enable debugging output

The configuration file should contain the following sections, keys and values:

[Git repository]
url = https://example.com/your-repo-url.git

[Git credentials]
username = your-username
api_token = an-api-token-or-password

About

Push a Git branch using `dulwich`

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages