github - Git diff origin/master..master does not show in difference but there are difference -


i have pushed project github, not folders committed github. if git origin/master..master not show difference there difference many folders not committed github. doing wrong while git push -u origin master how correct situationenter image description here pfa..

enter image description here

git diff shows difference between 2 repository's commits. if have other files (git doesn't care folders) ensure they're committed:

git add .  git commit -m "something meaningful"  git diff origin/master..master 

if on git add . see files not tracked should be, adjust .gitignore file in local directory.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -