github add remote repo


git clone <<URL to git repository>>

git config --global user.email <<your email ID>>
git config --global user.name "<<your name>>"

To see the files in a commit:
git log
git show e6f6a1e19b90d3e590a62bd08eea6e284d259995 --name-only
git status


//To add new files to repo:
git add <<file name>>
git commit -m <<"message">> <<file name>>
git push


Comments

Popular posts from this blog

Setting property 'keystoreFile' did not find a matching property. No Certificate file specified or invalid file format

Load data from CSV into HIVE table using HUE browser

Gitlab change project visibility from private to internal