JSCODE
@todo this page is no longer up to date, please check jscode --help for more info. There were quite some changes in jumpscale 7.
JScode shellcommand is a way for developers to develop on JumpScale easily across all repos.
commit
commit local changes to repo
jscode commit -a jumpscale -r default_doc_jumpscale -m "example message"
If any of the arguments are not supplied by the user, they will be interactively asked
- a: Bitbucket account name
- r: repo name
- m: message
push
push commited changes to repo
jscode push -m "message"
update
update code
jscode update
status
jscode status
#EXAMPLE
STATUS: account reponame branch added:modified:deleted insyncwithremote? localrev remoterev
============================================================================================================================
jumpscale jumpscale_portal unstable a1 :m0 :d0 reposync:N lrev:401 rrev:406