A collection of useful tools and features at diverse languages to help all develops
git subtree add --prefix=rails git://github.com/rails/rails.git master
git remote add origin2 https://github.com/user/otherRepo
git merge origin2/branchYouWantToMerge
git tag -a v1.0 -m “Sum functionality”
git push origin v1.0
git diff --name-status --diff-filter=U
https://askubuntu.com/questions/1035882/input-delay-when-using-two-keyboards-under-ubuntu-18-04-xorg
run: gedit ~/Desktop/Skype.desktop
Then:
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=/snap/bin/skype
Name=Skype
Comment=Skype
Icon=/snap/skype/23/usr/share/icons/hicolor/256x256/apps/skypeforlinux.png
https://www.ubuntubuzz.com/2018/08/backup-and-restore-gnome-shell-extensions.html