Guest User

Untitled

a guest
Sep 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. (gammapy-dev) hfm-1804a:gammapy deil$ pwd
  2. /Users/deil/work/code/gammapy-docs/build/0.8/gammapy
  3. (gammapy-dev) hfm-1804a:gammapy deil$ git diff
  4. diff --git a/setup.cfg b/setup.cfg
  5. index 261749ef..881df78b 100644
  6. --- a/setup.cfg
  7. +++ b/setup.cfg
  8. @@ -35,7 +35,7 @@ build_notebooks = True
  9.  
  10. # Version of notebooks used in Binder
  11. # Must be a git tag name like "v0.8" or during development "master"
  12. -git_commit = v0.8
  13. +git_commit = master
  14.  
  15. [entry_points]
  16. gammapy = gammapy.scripts.main:cli
  17. (gammapy-dev) hfm-1804a:gammapy deil$ git status
  18. HEAD detached at v0.8
  19. Changes not staged for commit:
  20. (use "git add <file>..." to update what will be committed)
  21. (use "git checkout -- <file>..." to discard changes in working directory)
  22.  
  23. modified: setup.cfg
  24.  
  25. no changes added to commit (use "git add" and/or "git commit -a")
Add Comment
Please, Sign In to add comment