Learn R Programming

githug

Welcome to Version Control!

The goal of githug is to wrap you in the warm embrace of Git

Copy Link

Version

Version

0.0.0.9000

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Jennifer Bryan

Last Published

February 15th, 2017

Functions in githug (0.0.0.9000)

as.git_repository

Open a Git repository, the git2r way
add-and-commit

Stage and commit files
as_git_repository

Open a Git repository, the git2r way
gh_username

Get authenticated username
git_branch_create

Create a new branch
git_branch_delete

Delete a branch
git_commit

Make a commit
git_amend

Re-do the most recent commit
git_branch_rename

Rename a branch
gh_pat

Retrieve GitHub personal access token.
git_config_get

Get Git config variables named in a character vector
git_history

Get the commit history
git_config_set

Set Git config variables as given by a named list
git_config

Get and set Git configuration variables
git_stage

Stage changes for the next commit.
git_log

Get a commit log
git_uncommit

Undo a Git commit but leave files alone
git_init

Create a new Git repository
git_HEAD

Get HEAD for a repository
git_unstage

Unstage changes for the next commit.
print.githug_list

Print a list JSON-style
githug-switch

Switch to another branch
githug

githug.
githug-branch

Report current or list all branches
githug-branches

List, create, checkout, or delete branches
as.git_commit

Address a commit, the git2r way
git-revision

Identify commits like a human
git_file_rename

Rename or move a file and stage both ends