git config --global user.name "Md. Alim Ul Karim"
git config --global user.email Your email no quotes
git config --global core.ignorecase false
git config user.name "Your Name"
git config user.email "Your Email
git config --list --show-origin
git config user.name
git config --list
git config --global core.editor "vim"
git config --global core.editor "nano -w"
git config --global merge.tool kdiff3
ssh-keygen -t rsa -b 4096 -C 'Your email or machine id'
cat ~/.ssh/id_rsa.pub
sudo vim ~/.ssh/authorized_keys
touch ~/.ssh/authorized_keys
sudo vim ~/.ssh/authorized_keys
gg, dG - to clear all in vim
now copy the keys
clip < ~/.ssh/id_rsa.pub
pbcopy < ~/.ssh/id_rsa.pub
sudo apt install xclip
xclip -sel clip < ~/.ssh/id_rsa.pub
cat ~/.ssh/id_rsa.pub
[user]
name = Md. Alim Ul Karim
email = [Your email]
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[url "ssh://git@gitlab.com/"]
insteadOf = https://gitlab.com/
vim ~/.gitconfig
[url "ssh://git@gitlab.com/"]
insteadOf = https://gitlab.com/
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[user]
email = [your email]
name = Md. Alim Ul Karim
[alias]
co = checkout
br = branch
ci = commit
st = status
git rm -r --cached .
git add --all .
git commit -a -m "Versioning untracked files"
git push origin master
git ls-files --eol
# IDE
.idea
.idea/*.*
.idea/**/*.*
**/.idea/*.*
**/.idea/**/*.*
**/**/.idea/*.*
**/**/.idea/**/*.*
.idea/*.*
.idea/**/*.*
bin
bin/*.*
bin/**/*.*
*.sh text eol=lf
*.go text eol=lf
*.md text eol=lf
*.gitignore text eol=lf
*.gitattributes text eol=lf
*.ts text eol=lf
*.js text eol=lf
protos/* linguist-generated
**/api-extractor.json linguist-language=JSON-with-Comments
makefile text eol=lf
git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.ci commit
git config --global alias.st status
git commit --allow-empty -m "Trigger Build"
Notifier for Gmail™ - Chrome Web Store
Feb 8, 2025Uploading file…_vfh5e87rf
Jan 29, 2025NASA Found An Object That's Eating Galaxies
Jan 28, 2025Hey, I am Alim Ul Karim, not a doctor but an amzing Software Engineer in my field.
Jan 6, 2025or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up