yanivk1984
8/25/2019 - 10:28 AM

git

touch README.md  # create the readme file
git init # initialize the git files
git add .  # add all files to the git
git commit -m "first commit" # perform first commit
git remote add origin http://<IP>/yanivk/<name of repo>.git  # create the repository
git push -u origin master  # push it to the git

# change the url for uploading the git files
http://<IP>/yanivk/regex_and_cross_domain_search.git