List of commits:
Subject Hash Author Date (UTC)
Update Naming Convention.md 5d19c254522b98e4d980042e164ffb2a6072c01c poonamveeral 2020-04-03 14:10:03
Update Naming Convention.md 977625ed4b10f99748caad78b8fe770540c01302 Poonam Veeral 2020-04-03 14:09:30
Update Naming Convention.md e00585b18d48160e4bc3ded31be5943cc9c7f126 Poonam Veeral 2020-04-03 02:09:23
Update Naming Convention.md 2cd8d9a5d5749ffdf385a9eacd5ba58f36beaa58 Poonam Veeral 2020-04-03 02:03:20
Update Naming Convention.md f3c502f0fa100485bd1f11a8d9ed8623491a3c34 Poonam Veeral 2020-04-03 01:58:55
Update Naming Convention.md 2a3b48fc5b752742d041981c1ad2be174ac58e96 Poonam Veeral 2020-04-03 01:50:53
Update Naming Convention.md 665040b94bed7109a6b02295231b7f15be97c7f0 Poonam Veeral 2020-04-03 01:50:10
Naming Convention 5cb5c7b5a07de6f895f1cb3a3772cfb4e8e67991 Poonam Veeral 2020-04-03 01:46:47
Update Naming Convention cbca9889d3e206214940b44e0218ee1e09240e26 Poonam Veeral 2020-04-02 22:40:14
Naming Convention Rules 02edf2fd646925dcc35bc2d6b97fba65eaf66443 Poonam Veeral 2020-04-02 22:33:30
Naming Convention 8bc7d4604cc3ab870baa80cd5d7c28a31fbc7566 Poonam Veeral 2020-04-02 15:45:12
Add files via upload 3d581a3440db094f64bdb1ab6c50244ff331813f poonamveeral 2020-04-02 15:32:39
Add files via upload 2815d8378c75022915ea56963775c67cabf1231b poonamveeral 2020-04-02 15:24:17
Add files via upload 0724fefb4978a0d91e10a93db4e2cfa7c1780908 poonamveeral 2020-04-02 15:23:00
Add files via upload dd347084d37bd2ef37b7e3c77cdb6a009e572c8b poonamveeral 2020-04-02 15:20:48
Add files via upload 6ee2563c712fcaac7df1d6eb0b23ffc69f2ac4b9 poonamveeral 2020-04-02 15:20:33
Add files via upload cf59c5cfcd4f5ec14fbd2f44259c12eeb6807c25 poonamveeral 2020-04-02 15:20:07
Add files via upload 55bbdafca8c9203b5b29b3e1548e55e9b8e6299f poonamveeral 2020-04-02 15:19:35
Add files via upload 101413087f21fa91a122027b83935f567a154575 poonamveeral 2020-04-02 15:18:46
Add files via upload 4b23b55a1a74e30626ffb0908597a02b8c05c1ba poonamveeral 2020-04-02 15:17:53
Commit 5d19c254522b98e4d980042e164ffb2a6072c01c - Update Naming Convention.md
Author: poonamveeral
Author date (UTC): 2020-04-03 14:10
Committer name: GitHub
Committer date (UTC): 2020-04-03 14:10
Parent(s): 977625ed4b10f99748caad78b8fe770540c01302
Signer:
Signing key: 4AEE18F83AFDEB23
Signing status: E
Tree: fc005db3b8abace2af171084d0436459e68b9724
File Lines added Lines deleted
Naming Convention.md 2 2
File Naming Convention.md changed (mode: 100644) (index 9520ebf..2e1c11f)
19 19
20 20
21 21 Example | file-name.extension | Example | file-name.extension |
22 ---------|----------|---------
22 ---------|---------------------|---------
23 23
24 24 * Not Recommended * Not Recommended
25 25
 
119 119 * Rules are taken by: * Rules are taken by:
120 120 * https://www.geeksforgeeks.org/. * https://www.geeksforgeeks.org/.
121 121 * https://www.w3schools.com/xml/xml_elements.asp. * https://www.w3schools.com/xml/xml_elements.asp.
122 * https://developers.google.com/style/filenames.
122 * https://developers.google.com/style/filenames.
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/caubert/CSCI_3410

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/caubert/CSCI_3410

Clone this repository using git:
git clone git://git.rocketgit.com/user/caubert/CSCI_3410

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main