7
I have a question when using git, and would like your help.
I have the following situation:
- I’m developing a new feature in my application, but I haven’t completed it. Let’s assume I’m developing it on the home pc. Then I go to work, and I decide, at lunchtime, to continue the new appeal.
Follow my question... The application is on Github. I developed it on the home pc, and I ate inconpleto finish it at lunch time at work...
What is the solution for not committing incomplete things in git?
Thanks in advance!
Normally you use a branch process to prevent new things from falling into production immediately, only approving later after intensive review
– Jefferson Quesado
You can help: https://answall.com/a/80586/64969
– Jefferson Quesado
Here I talk about a not very traditional view of git: https://answall.com/a/242019/64969
– Jefferson Quesado