Push a file with Git

Hello everyone I ve just begin with Git.I realise my first commit on github.But now I want push a second file
No description
3 Replies
Pat66
Pat664mo ago
No description
Pat66
Pat664mo ago
can I have some explications ? thanks
vince
vince4mo ago
You need to git fetch, then git merge or use git pull *most likely This is because your local .git repository doesn't have the remote changes