Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. {
  2. "cells": [
  3. {
  4. "metadata": {},
  5. "cell_type": "markdown",
  6. "source": "* gistid: 4140e4e8b2ef5c256f611933291552ab"
  7. },
  8. {
  9. "metadata": {},
  10. "cell_type": "markdown",
  11. "source": "datascience文件夹对应着datascience代码仓库\n* origin\n\n### 若要将本地代码更新到远程\n\n* cd DataScience\n* git add .\n* git commit -m 'new change'\n* git push origin master\n#### 若提示远程存在本地不存在的文件,可强制push\n* git push -u origin +master\n\n### 若要将远程代码同步到本地\n\n* git pull origin master\n\nok"
  12. }
  13. ],
  14. "metadata": {
  15. "kernelspec": {
  16. "name": "python3",
  17. "display_name": "Python 3",
  18. "language": "python"
  19. },
  20. "language_info": {
  21. "name": "python",
  22. "version": "3.6.9",
  23. "mimetype": "text/x-python",
  24. "codemirror_mode": {
  25. "name": "ipython",
  26. "version": 3
  27. },
  28. "pygments_lexer": "ipython3",
  29. "nbconvert_exporter": "python",
  30. "file_extension": ".py"
  31. },
  32. "latex_envs": {
  33. "LaTeX_envs_menu_present": true,
  34. "autoclose": false,
  35. "autocomplete": true,
  36. "bibliofile": "biblio.bib",
  37. "cite_by": "apalike",
  38. "current_citInitial": 1,
  39. "eqLabelWithNumbers": true,
  40. "eqNumInitial": 1,
  41. "hotkeys": {
  42. "equation": "Ctrl-E",
  43. "itemize": "Ctrl-I"
  44. },
  45. "labels_anchors": false,
  46. "latex_user_defs": false,
  47. "report_style_numbering": false,
  48. "user_envs_cfg": false
  49. },
  50. "toc": {
  51. "nav_menu": {},
  52. "number_sections": true,
  53. "sideBar": true,
  54. "skip_h1_title": false,
  55. "base_numbering": 1,
  56. "title_cell": "Table of Contents",
  57. "title_sidebar": "Contents",
  58. "toc_cell": false,
  59. "toc_position": {},
  60. "toc_section_display": true,
  61. "toc_window_display": false
  62. },
  63. "varInspector": {
  64. "window_display": false,
  65. "cols": {
  66. "lenName": 16,
  67. "lenType": 16,
  68. "lenVar": 40
  69. },
  70. "kernels_config": {
  71. "python": {
  72. "library": "var_list.py",
  73. "delete_cmd_prefix": "del ",
  74. "delete_cmd_postfix": "",
  75. "varRefreshCmd": "print(var_dic_list())"
  76. },
  77. "r": {
  78. "library": "var_list.r",
  79. "delete_cmd_prefix": "rm(",
  80. "delete_cmd_postfix": ") ",
  81. "varRefreshCmd": "cat(var_dic_list()) "
  82. }
  83. },
  84. "types_to_exclude": [
  85. "module",
  86. "function",
  87. "builtin_function_or_method",
  88. "instance",
  89. "_Feature"
  90. ]
  91. },
  92. "gist": {
  93. "id": "",
  94. "data": {
  95. "description": "ReadFloder/ReadTheGit.ipynb",
  96. "public": true
  97. }
  98. }
  99. },
  100. "nbformat": 4,
  101. "nbformat_minor": 2
  102. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement