Liking cljdoc? Tell your friends :D

com.agilecreativity.gh_utils.git_helper


git-add-remoteclj

(git-add-remote username project-name base-dir)
(git-add-remote username project-name base-dir remote-label)

Run `git remote add origin git@github.com:username/project.git' on the current project. e.g. git remote add <origin|upstream> git@github.com:<username>/<project-name>.git

Run `git remote add origin git@github.com:username/project.git' on the current project.
e.g. git remote add <origin|upstream> git@github.com:<username>/<project-name>.git
sourceraw docstring

git-init-commitclj

(git-init-commit base-dir)

Run initial git commit on a given directory.

Run initial git commit on a given directory.
sourceraw docstring

git-push-remoteclj

(git-push-remote)
(git-push-remote base-dir)
(git-push-remote base-dir remote-label)
(git-push-remote base-dir remote-label branch-name)

Run git push send changes to remote repository. e.g. git push --set-upstream <origin|upstream> <master|branch-name>

Run git push send changes to remote repository.
e.g. git push --set-upstream <origin|upstream> <master|branch-name>
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close