pehow @pehow82624
15 Total Points
0 Best Answers
0 Posts
0 Snippits
Questions
What's the difference between the git fetch and git pull commands?
Asked by pehow ·
description I have seen some users use git fetch, and some use git pull. But I did not understand the difference between both. Please explain when to use git fetch and git pull? (...)
0
2
2196
How to check that if a directory exists in a Bash shell script?
Asked by pehow ·
In my shell script, I need to check if a directory exists or not. So, here what command I should use to verify a directory exist or not in a given path?
0
2
3178
How to install mysql-server in the Ubuntu server using shell script without being asked any configuration questions?
Asked by pehow ·
I am trying to install mysql-server in Ubuntu server using a shell script, when I run this command apt install -y mysql-server and during the installation I need to enter the password (...)
0
1
2237
Solved Read answers