Configuration Management/Github
[Github] Committed in IntelliJ but Not Pushed to GitHub
AlexHouse
2025. 2. 27. 15:18
Hi guys,
Errors come back to me again.
When you come up against errors like these, you can check it out.
Follow the steps.
1. Open the Terminal
2. Type "git status"
If you see "your branch is ahead of 'origin main' by 2 commit
It means your flies have not been pushed now.
3. Type "git push origin main"
that's all. It's so easy, right?
BBye