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
Also in C++:
- sshfs
- install docker machine ubuntu
- genetic algorithm optimization equation - matlab github
- how to install kivy in Ubuntu
- git status do not show permission changes
- open avd manager linux
- orthonormal basis
- Unit mongodb.service could not be found ubuntu
- update software in ubuntu
- How to run batch file and dellete it
- what is digital marketing
- vue create from preset
- redis server stop
- git setup local user
- Error: Unable to resolve module `react-native-screens` from `node_modules/@react-navigation/bottom-tabs/src/views/BottomTabView.tsx`: react-native-screens could not be found within the project.
- how to read temperature in linux
- how to create symlink in linux
- how to copy data from github server to another server
- usg rtsp conntrack
- bash get last field in line
- git bash login command
- check maven version in ubuntu
- How to Install Julia on Ubuntu
- awk print only range of lines