Git - Commit

preview_player
Показать описание
Learn how to commit all files from the staging area to the git repository
Рекомендации по теме
Комментарии
Автор

" Doesn't matter " " or ' ' ....as long as you are matching another side😂😂😂😂😂😂😂😂😂😂"
you're sooo funny😅😂...I really like you Ian😘😘♥️

easywebdev
Автор

Hi Ian:

If i have a folder that contains lots of files, how do I add that folder in staging area and commit them? Thank you

pouyajavadi
Автор

Hey Ian.
I have an extra file called goorm.manifest when I create .js file inside introtogit Should I commit it too??

sanjayprakash
Автор

when i wrote git commit -m "Add --README.md-- " it was fine but when i entered git status it shows

(master) $ git commit -m "Add README.md"
[master (root-commit) b1c6f3c] Add README.md
1 file changed, 8 insertions(+)
create mode 100644 README.md
(master) $ git status
On branch master
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directorwhen y)

modified: README.md

no changes added to commit (use "git add" and/or "git commit -a")
(master) $

swastik