Skip to content

Instantly share code, notes, and snippets.

@fdjones
Created January 27, 2017 20:50
Show Gist options
  • Save fdjones/c2c3f8bac2b6b510c8f5ca754e0fc1e5 to your computer and use it in GitHub Desktop.
Save fdjones/c2c3f8bac2b6b510c8f5ca754e0fc1e5 to your computer and use it in GitHub Desktop.
Freddies-MBP:Market-Data freddiejones$ git branch
* b-input-misalignment
master
Freddies-MBP:Market-Data freddiejones$ git status
On branch b-input-misalignment
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
modified: client/actions/stockActions.js
modified: client/actions/userActions.js
modified: client/components/Footer.js
modified: client/components/NavLoggedIn.js
modified: client/components/Portfolio.js
modified: client/components/PortfolioSummary.js
new file: client/components/SettingsForm.js
modified: client/components/Watchlist.js
modified: client/containers/Dashboard.js
modified: client/containers/IndexRedirect.js
modified: client/containers/Settings.js
modified: client/index.html
modified: client/index.js
modified: client/reducers/stock.js
modified: client/reducers/user.js
modified: client/styles/components/Portfolio.css
modified: client/styles/components/PortfolioSummary.css
modified: client/styles/components/PreviousTrades.css
modified: client/styles/components/Watchlist.css
modified: client/styles/containers/Dashboard.css
modified: client/utils/utils.js
modified: routes/stock.js
modified: routes/user.js
modified: schema/schema.sql
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: client/styles/atoms/NumberInput.css
modified: client/styles/components/StockForm.css
modified: client/styles/containers/Root.css
Freddies-MBP:Market-Data freddiejones$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment