Guest User

Untitled

a guest
Jun 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.06 KB | None | 0 0
  1. Last login: Fri Jun 22 10:40:08 on ttys001
  2. -bash: /Users/hammadmalik/.profile: No such file or directory
  3. ~/dev/BLU/BLU1701/
  4. ~
  5. $ cd ~/dev/BLU/BLU1701/
  6.  
  7. ~/dev/BLU/BLU1701
  8. $ ls -a ~
  9. .
  10. ..
  11. .CFUserTextEncoding
  12. .DS_Store
  13. .Trash
  14. .bash_history
  15. .bash_profile
  16. .composer
  17. .config
  18. .cups
  19. .dropbox
  20. .gem
  21. .gemrc
  22. .gitconfig
  23. .gitignore_global
  24. .local
  25. .mume
  26. .netrc
  27. .node-gyp
  28. .npm
  29. .phpls
  30. .rbenv
  31. .ssh
  32. .subversion
  33. .v8flags.6.2.414.46-node.23.216dd20cc97d0e1cf98308413adeb010.json
  34. .vscode
  35. Applications
  36. Box Sync
  37. Desktop
  38. Documents
  39. Downloads
  40. Dropbox
  41. Library
  42. Movies
  43. Music
  44. Pictures
  45. Public
  46. dev
  47. node_modules
  48. package-lock.json
  49.  
  50. ~/dev/BLU/BLU1701
  51. $ code ~/.bash_profile
  52.  
  53. ~/dev/BLU/BLU1701
  54. $ code ~/.composer
  55.  
  56. ~/dev/BLU/BLU1701
  57. $ code ~/.bash_profile
  58.  
  59. ~/dev/BLU/BLU1701
  60. $ source ~/.bash_profile
  61. -bash: /Users/hammadmalik/.profile: No such file or directory
  62.  
  63. ~/dev/BLU/BLU1701
  64. $ source ~/.bash_profile
  65. -bash: /Users/hammadmalik/.profile: No such file or directory
  66.  
  67. ~/dev/BLU/BLU1701
  68. $ touch ~/.profile
  69.  
  70. ~/dev/BLU/BLU1701
  71. $ code ~/.profile
  72.  
  73. ~/dev/BLU/BLU1701
  74. $ source ~/.bash_profile
  75.  
  76. ~/dev/BLU/BLU1701
  77. $ composer -v
  78. ______
  79. / ____/___ ____ ___ ____ ____ ________ _____
  80. / / / __ \/ __ `__ \/ __ \/ __ \/ ___/ _ \/ ___/
  81. / /___/ /_/ / / / / / / /_/ / /_/ (__ ) __/ /
  82. \____/\____/_/ /_/ /_/ .___/\____/____/\___/_/
  83. /_/
  84. Composer version 1.6.5 2018-05-04 11:44:59
  85.  
  86. Usage:
  87. command [options] [arguments]
  88.  
  89. Options:
  90. -h, --help Display this help message
  91. -q, --quiet Do not output any message
  92. -V, --version Display this application version
  93. --ansi Force ANSI output
  94. --no-ansi Disable ANSI output
  95. -n, --no-interaction Do not ask any interactive question
  96. --profile Display timing and memory usage information
  97. --no-plugins Whether to disable plugins.
  98. -d, --working-dir=WORKING-DIR If specified, use the given directory as working directory.
  99. -v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
  100.  
  101. Available commands:
  102. about Shows the short information about Composer.
  103. archive Creates an archive of this composer package.
  104. browse Opens the package's repository URL or homepage in your browser.
  105. check-platform-reqs Check that platform requirements are satisfied.
  106. clear-cache Clears composer's internal package cache.
  107. clearcache Clears composer's internal package cache.
  108. config Sets config options.
  109. create-project Creates new project from a package into given directory.
  110. depends Shows which packages cause the given package to be installed.
  111. diagnose Diagnoses the system to identify common errors.
  112. dump-autoload Dumps the autoloader.
  113. dumpautoload Dumps the autoloader.
  114. exec Executes a vendored binary/script.
  115. global Allows running commands in the global composer dir ($COMPOSER_HOME).
  116. help Displays help for a command
  117. home Opens the package's repository URL or homepage in your browser.
  118. info Shows information about packages.
  119. init Creates a basic composer.json file in current directory.
  120. install Installs the project dependencies from the composer.lock file if present, or falls back on the composer.json.
  121. licenses Shows information about licenses of dependencies.
  122. list Lists commands
  123. outdated Shows a list of installed packages that have updates available, including their latest version.
  124. prohibits Shows which packages prevent the given package from being installed.
  125. remove Removes a package from the require or require-dev.
  126. require Adds required packages to your composer.json and installs them.
  127. run-script Runs the scripts defined in composer.json.
  128. search Searches for packages.
  129. self-update Updates composer.phar to the latest version.
  130. selfupdate Updates composer.phar to the latest version.
  131. show Shows information about packages.
  132. status Shows a list of locally modified packages, for packages installed from source.
  133. suggests Shows package suggestions.
  134. update Upgrades your dependencies to the latest version according to composer.json, and updates the composer.lock file.
  135. upgrade Upgrades your dependencies to the latest version according to composer.json, and updates the composer.lock file.
  136. validate Validates a composer.json and composer.lock.
  137. why Shows which packages cause the given package to be installed.
  138. why-not Shows which packages prevent the given package from being installed.
  139.  
  140. ~/dev/BLU/BLU1701
  141. $ cd ~/dev/BLU/BLU1701/
  142.  
  143. ~/dev/BLU/BLU1701
  144. $ ls
  145. BLU1701 IE tracker.sketch predator
  146. front-end-static
  147.  
  148. ~/dev/BLU/BLU1701
  149. $ cd front-end-static/
  150.  
  151. ~/dev/BLU/BLU1701/front-end-static on mvp [!]
  152. $ git status
  153. On branch mvp
  154. Your branch is up to date with 'origin-github/mvp'.
  155.  
  156. Changes not staged for commit:
  157. (use "git add <file>..." to update what will be committed)
  158. (use "git checkout -- <file>..." to discard changes in working directory)
  159.  
  160. modified: styles/style.css
  161.  
  162. no changes added to commit (use "git add" and/or "git commit -a")
  163.  
  164. ~/dev/BLU/BLU1701/front-end-static on mvp [!]
  165. $ git add .
  166.  
  167. ~/dev/BLU/BLU1701/front-end-static on mvp [+]
  168. $ git commit
  169. [mvp 7f6484a] Update spacing in stylesheet to be consistent with Laravel app
  170. 1 file changed, 2 insertions(+)
  171.  
  172. ~/dev/BLU/BLU1701/front-end-static on mvp
  173. $ git push
  174. Counting objects: 4, done.
  175. Delta compression using up to 8 threads.
  176. Compressing objects: 100% (4/4), done.
  177. Writing objects: 100% (4/4), 422 bytes | 422.00 KiB/s, done.
  178. Total 4 (delta 2), reused 0 (delta 0)
  179. remote: Resolving deltas: 100% (2/2), completed with 2 local objects.
  180. To github.com:tomatohammado/ie-tracker-static-frontend.git
  181. c0fc5fb..7f6484a mvp -> mvp
  182.  
  183. ~/dev/BLU/BLU1701/front-end-static on mvp
  184. $
Add Comment
Please, Sign In to add comment