by Rezwanul Haque | Jan 27, 2021 | Git, Programming & Development |
ssh-add is a command for adding SSH private keys into the SSH authentication agent for implementing single sign-on with SSH. The agent process is called ssh-agent; The cool thing about ssh-agent and ssh-add is that they allow the user to use any number of servers,...
by jaber | May 26, 2018 | Git, Programming & Development |
আপনি যদি একটি চ্যাপ্টার পড়েই Git শিকতে চান, তবে এটাই সেই জায়গা. এই চ্যাপ্টার এ Git এর প্রায় সব বেসিক command ই কভার করা হয়েছে, যা আপনার Git repository তৈরী করা শুরু থেকে, ফাইল track করা শুরু থেকে ফাইল ignore করা, untrack করা, হিস্ট্রি দেখা, change দেখা, ইত্যাদি...