Horje
git split commit into two Code Example
git split commit into two
git rebase -i <sha1_before_split>
# mark the targeted commit with 'edit'
git reset HEAD^
git add ...
git commit -m "First part"
git add ...
git commit -m "Second part"
git rebase --continue




Shell

Related
create new branch Code Example create new branch Code Example
exit status bash Code Example exit status bash Code Example
opensuse package manager command line Code Example opensuse package manager command line Code Example
what is regedit in windows Code Example what is regedit in windows Code Example
txt file open command linux Code Example txt file open command linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11