[git-users] Delete all commits starting from a given commit

2014-09-16 Thread Simon Joseph Aquilina
Hello, I am working on a project and I realized some commits where not inserted with the correct name / email information. I am working on this project on my own so rebase is not a big problem. To correct name / email I followed steps here: https://help.github.com/articles/changing-author-info

Re: [git-users] Creating a new branch

2014-04-21 Thread Simon Joseph Aquilina
Khomoutov wrote: > > On Mon, 21 Apr 2014 02:55:50 -0700 (PDT) > Simon Joseph Aquilina > wrote: > > > I am new to git and I would like to know what are the best practices > > when creating a new branch. For example. If I get a request to do > > update website tit

[git-users] Creating a new branch

2014-04-21 Thread Simon Joseph Aquilina
Hello, I am new to git and I would like to know what are the best practices when creating a new branch. For example. If I get a request to do update website title from XYZ to ABC; then should I create a branch named; "Update Title"? Or I should prefix this as suggested here (http://stackoverfl