Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ~/tmp/sandbox $ git status
- # On branch master
- # Changes not staged for commit:
- # (use "git add/rm <file>..." to update what will be committed)
- # (use "git checkout -- <file>..." to discard changes in working directory)
- #
- # deleted: .project
- #
- no changes added to commit (use "git add" and/or "git commit -a")
- ~/tmp/sandbox $ git checkout .project
- ~/tmp/sandbox $ git status
- # On branch master
- nothing to commit, working directory clean
- ~/tmp/sandbox $ git rebase -i HEAD~2
- Waiting for Emacs...
- Waiting for Emacs...
- [detached HEAD 2e27da9] do fut vs. gut
- Author: Valentin <valtih1978@gmail.com>
- 10 files changed, 388 insertions(+), 189 deletions(-)
- create mode 100644 .project
- create mode 100644 BuildPath.txt
- delete mode 100644 b01.vhd
- delete mode 100644 b01_tb_r.vhd
- create mode 100644 bug.vhd
- create mode 100644 fault_sim.vhd
- create mode 100644 modelsim.do
- create mode 100644 ref.vhd
- create mode 100644 stimuli
- delete mode 100644 stimuli_b01.txt
- Successfully rebased and updated refs/heads/master.
- ~/tmp/sandbox $ git status
- # On branch master
- nothing to commit, working directory clean
- ~/tmp/sandbox $ ls bug.vhd
- bug.vhd
- ~/tmp/sandbox $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement