Olá Matheus obrigado pela ajuda!
Bom, ao fazer o git pull apresenta isso:
dayson@Dayson:/media/dayson/Novo volume/Projetos/JavaScript projetos/TriadWorks/agenda$ git pull
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.
git pull <remote> <branch>
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream-to=<remote>/<branch> master
dayson@Dayson:/media/dayson/Novo volume/Projetos/JavaScript projetos/TriadWorks/agenda$
Depois fiz isso:
dayson@Dayson:/media/dayson/Novo volume/Projetos/JavaScript projetos/TriadWorks/agenda$ git pull origin master
From https://github.com/daysonmota/CrossCode-Triadworks
* branch master -> FETCH_HEAD
fatal: refusing to merge unrelated histories
dayson@Dayson:/media/dayson/Novo volume/Projetos/JavaScript projetos/TriadWorks/agenda$
Depois fiz isso e ficou do mesmo jeito:
dayson@Dayson:/media/dayson/Novo volume/Projetos/JavaScript projetos/TriadWorks/agenda$ git push origin master
Username for 'https://github.com': daysonmota
Password for 'https://daysonmota@github.com':
To https://github.com/daysonmota/CrossCode-Triadworks.git
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'https://github.com/daysonmota/CrossCode-Triadworks.git'
dica: Updates were rejected because the tip of your current branch is behind
dica: its remote counterpart. Integrate the remote changes (e.g.
dica: 'git pull ...') before pushing again.
dica: See the 'Note about fast-forwards' in 'git push --help' for details.
dayson@Dayson:/media/dayson/Novo volume/Projetos/JavaScript projetos/TriadWorks/agenda$