Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanchithaudana/sanchithaudana
Config files for my GitHub profile.
https://github.com/sanchithaudana/sanchithaudana
config github-config
Last synced: 8 days ago
JSON representation
Config files for my GitHub profile.
- Host: GitHub
- URL: https://github.com/sanchithaudana/sanchithaudana
- Owner: SanchithaUdana
- License: mit
- Created: 2022-12-18T16:00:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-30T18:30:58.000Z (4 months ago)
- Last Synced: 2024-07-04T07:07:49.505Z (4 months ago)
- Topics: config, github-config
- Homepage: https://github.com/SanchithaUdana
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![DP](https://github.com/SanchithaUdana/SanchithaUdana/assets/109952575/899f15fe-eb13-4aa5-a18a-2b7945ec1786)
Hi š, I'm
Sanchitha Udana Wijesundara
DevOps Engineering
- š Iām currently studying in ** University of Colombo FOT**
- š± Iām currently following **DevOps Engineering**
- š Know about my experiences [https://www.linkedin.com/in/sanchitha-udana-wijesundara-8a2b96217/](https://www.linkedin.com/in/sanchitha-udana-wijesundara-8a2b96217/)
[![roadmap.sh](https://roadmap.sh/card/wide/64a7af251dadb37b72b54d28?variant=dark&roadmaps=devops%2Clinux%2Ckubernetes%2Cdocker)](https://roadmap.sh)
## š Socials:
[![LinkedIn](https://img.shields.io/badge/LinkedIn-%230077B5.svg?logo=linkedin&logoColor=white)](https://linkedin.com/in/sanchitha-udana-wijesundara)# š» Tech Stack:
![C](https://img.shields.io/badge/c-%2300599C.svg?style=for-the-badge&logo=c&logoColor=white) ![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white) ![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white) ![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=java&logoColor=white) ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E) ![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54) ![Bootstrap](https://img.shields.io/badge/bootstrap-%23563D7C.svg?style=for-the-badge&logo=bootstrap&logoColor=white)![Adobe After Effects](https://img.shields.io/badge/Adobe%20After%20Effects-9999FF.svg?style=for-the-badge&logo=Adobe%20After%20Effects&logoColor=white) ![Adobe XD](https://img.shields.io/badge/Adobe%20XD-470137?style=for-the-badge&logo=Adobe%20XD&logoColor=#FF61F6) ![Adobe Photoshop](https://img.shields.io/badge/adobephotoshop-%2331A8FF.svg?style=for-the-badge&logo=adobephotoshop&logoColor=white)# š GitHub Stats:
![](https://github-readme-stats.vercel.app/api?username=SanchithaUdana&theme=tokyonight&hide_border=false&include_all_commits=true&count_private=true)
![](https://github-readme-streak-stats.herokuapp.com/?user=SanchithaUdana&theme=tokyonight&hide_border=false)
![](https://github-readme-stats.vercel.app/api/top-langs/?username=SanchithaUdana&theme=tokyonight&hide_border=false&include_all_commits=true&count_private=true&layout=compact)![](https://github-profile-trophy.vercel.app/?username=SanchithaUdana&theme=radical&no-frame=false&no-bg=true&margin-w=4)
### āļø Random Dev Quote
![](https://quotes-github-readme.vercel.app/api?type=vetical&theme=tokyonight)
Basic Git Commands
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/SanchithaUdana/sanchithaudana.github.io.git
git push -u origin main
git branch newbranchName
git checkout newBranchName
git checkout master
to delete git repository
$ rm -fr .git
TO Delete git ignored file from current files updated remote repository.
git rm -r --cached fileorFolderName