git - GitHub inquiry concerning branch updating -


we use github @ work. created branch , made changes resolve issue. clear once started testing changes did not work. instead of backing out changes, deleted branch (local , remote) , created new branch same name. new changes worked , merged branch our main branch. when testing done against main branched merged changes, changes in deleted branch reintroduced, along new changes. looked like, because used same name on new branch old branch, when git did branch merge, used branches, deleted or not. sure, had used different name new branch, not have happened.

has ever happened else?


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -