2
Hello,
Can anyone instruct me on how to avoid screwing up with git? At next aspect:
I have a project with 2 "remotes" configured (imagine one of the company - company - and other private - service). I maintain a "branch" that sync with company repository (master -> company/master) and other that sync with my version of the project that is slightly different (my -> meuservidor/master).
Now: how do I set up git to stop me from doing stupid things and "push" from my personal "branch" to the company server, by example?
Good idea about aliases.
– Ninguém
Great idea! Simple and functional.
– Rubico