| ghc_repos_git_remove | R Documentation |
Removes the specified file from the active branch for all repositories that match the prefix. Use ghc_repos_git_commit to commit removed files, followed by ghc_repos_git_push to push the change to the server.
ghc_repos_git_remove(prefix, filepath, folder = ".")
prefix |
repository prefix (typically this would be a github classroom assignment prefix) |
filepath |
new file to start tracking with git. The filepath is relative to the main repository directory within each repository. |
folder |
the target directory where to look for matching git repositories (searches recursively in all subdirectories) |
returns the prefix invisibly to facilitate piping
Other command functions:
ghc_repos_copy_to(),
ghc_repos_git_add(),
ghc_repos_git_clone(),
ghc_repos_git_commit(),
ghc_repos_git_create_branch(),
ghc_repos_git_delete_branch(),
ghc_repos_git_discard_changes(),
ghc_repos_git_pull(),
ghc_repos_git_push(),
ghc_repos_git_status(),
ghc_repos_git_switch_branch(),
ghc_repos_run_git_command()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.