felixschndr / dotfiles

These are my personal bash aliases and functions I use on a daily basis
1 stars 0 forks source link

diff erkennt nicht, wenn Dateien noch gepullt werden müssen #4

Closed felixschndr closed 3 years ago

felixschndr commented 3 years ago
Felix Schneider@Asterix MINGW64 ~/bashrc (master)
$ diff -p
remote: Enumerating objects: 5, done.
remote: Counting objects: 100% (5/5), done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 3 (delta 1), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (3/3), 901 bytes | 75.00 KiB/s, done.
From https://github.com/Trysupe/bashrc
   17682cf..f31f476  master     -> origin/master
Es wurden keine Dateien modifiziert

Felix Schneider@Asterix MINGW64 ~/bashrc (master)
$ git status
On branch master
Your branch is behind 'origin/master' by 1 commit, and can be fast-forwarded.
  (use "git pull" to update your local branch)

nothing to commit, working tree clean

Felix Schneider@Asterix MINGW64 ~/bashrc (master)
$ diff -p
Es wurden keine Dateien modifiziert

Felix Schneider@Asterix MINGW64 ~/bashrc (master)
$ git pull
Updating 17682cf..f31f476
Fast-forward
 sourcer | 8 ++++++++
 1 file changed, 8 insertions(+)
felixschndr commented 3 years ago

Fixed in Commit 0763ceb