Skip to content

Instantly share code, notes, and snippets.

@prathamesh-sonpatki
Created November 9, 2014 07:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prathamesh-sonpatki/85c9705c79759d756403 to your computer and use it in GitHub Desktop.
Save prathamesh-sonpatki/85c9705c79759d756403 to your computer and use it in GitHub Desktop.
git stash does not go away
prathamesh ~/Projects/sources/activerecord-jdbc-adapter 1.9.3 (prathamesh-sonpatki/activerecord-jdbc-adapter) -> 1-3-stable
$ git status
On branch 1-3-stable
Your branch is up-to-date with 'upstream/1-3-stable'.
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: src/java/arjdbc/mssql/MssqlRubyJdbcConnection.java
modified: src/java/arjdbc/postgresql/PostgresqlRubyJdbcConnection.java
modified: src/java/arjdbc/sqlite3/Sqlite3RubyJdbcConnection.java
Untracked files:
(use "git add <file>..." to include in what will be committed)
git-diff.txt
postgres_failures.txt
no changes added to commit (use "git add" and/or "git commit -a")
git
prathamesh ~/Projects/sources/activerecord-jdbc-adapter 1.9.3 (prathamesh-sonpatki/activerecord-jdbc-adapter) -> 1-3-stable
$ git stash
Saved working directory and index state WIP on 1-3-stable: 7789453 export Column classes for MSSQL and Oracle
HEAD is now at 7789453 export Column classes for MSSQL and Oracle
git
prathamesh ~/Projects/sources/activerecord-jdbc-adapter 1.9.3 (prathamesh-sonpatki/activerecord-jdbc-adapter) -> 1-3-stable
$ git status
On branch 1-3-stable
Your branch is up-to-date with 'upstream/1-3-stable'.
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: src/java/arjdbc/mssql/MSSQLRubyJdbcConnection.java
modified: src/java/arjdbc/postgresql/PostgreSQLRubyJdbcConnection.java
modified: src/java/arjdbc/sqlite3/SQLite3RubyJdbcConnection.java
Untracked files:
(use "git add <file>..." to include in what will be committed)
git-diff.txt
postgres_failures.txt
no changes added to commit (use "git add" and/or "git commit -a")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment