Steps to clone and push data to github respositary
*opencmd*pathwherewewanttodownloadandsavegithubrespositary*gitclone"CLONE RESPOSITORY LINK"*copydatafromlaptoptothatrespository*gitinit*gitadd.*gitstatus*gitcommit-m"Message of commiting"*gitconfig--replace-alluser.email"email- id"*gitconfig--replace-alluser.name"github username"*gitcommit-m"Message of commiting"*gitpush-uoriginmaster*gitpull"RESPOSITORY LINK"