Skip to content

Instantly share code, notes, and snippets.

View Anupamit's full-sized avatar
🏐
Lets Do This....

Anupam Rai Anupamit

🏐
Lets Do This....
  • NeoLotex Business Solutions Private Limited
  • Bangalore
  • LinkedIn in/anupamit
View GitHub Profile
git commit --allow-empty --date="day month date time00:00 year +0100" -m 'commit message'
@Anupamit
Anupamit / Git-push-commands.md
Last active July 27, 2020 07:12
git commands

Useful git commands

1- git init (initial, one time command in a folder, to make a folder git understandable and uploadable to cloud)

2- git status (to checkstatus of the folder)

3- git add . (to make all files upload ready) (git add ..................n)

4- git commit -m "<message>" (to put message for upload / push)