PS C:\Users\Wagner\Desktop\praticando-github> git pull origin main remote: Enumerating objects: 8, done. remote: Counting objects: 100% (8/8), done. remote: Compressing objects: 100% (4/4), done. remote: Total 6 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0) Unpacking objects: 100% (6/6), 1.83 KiB | 50.00 KiB/s, done. From https://github.com/wagner-bs/praticando-github
- branch main -> FETCH_HEAD 4f5f7c0..767bf5c main -> origin/main Updating 4f5f7c0..767bf5c Fast-forward README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) PS C:\Users\Wagner\Desktop\praticando-github> git remove -v git: 'remove' is not a git command. See 'git --help'.
The most similar command is remote PS C:\Users\Wagner\Desktop\praticando-github> git remote -v origin https://github.com/wagner-bs/praticando-github.git (fetch) origin https://github.com/wagner-bs/praticando-github.git (push) PS C:\Users\Wagner\Desktop\praticando-github> git status On branch main Your branch is up to date with 'origin/main'.
nothing to commit, working tree cleanPS C:\Users\Wagner\Desktop\praticando-github>
Desconsidere o remove -v :)