Saturday, October 30, 2021

git and github commands

 generate ssh key

for windows user

go to gitbash and use command

ssh-keygen -t rsa -b 4096 -C "youremail@example.com"

No comments:

Post a Comment

methods available in Dapper

  Dapper is a micro ORM library for .NET and .NET Core applications that allows you to execute SQL queries and map the results to objects. D...