Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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



Coding

sanchithaudana

sanchithaudana9

- šŸ”­ 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