diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4f5ffd1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +"node_modules/" diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 0000000..ea1ee38 --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1 @@ +"I am vishal, nice to meet you" diff --git a/README.md b/README.md index 20fa97d..f571027 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # InterviewQuestions + Welcome to This repository -This change done by Khwahish + HEAD +PROJECT A + +PROJECT B + 6f415a1 (update project line b on feat/profile) + +Project: A and B diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 0000000..bf70c26 --- /dev/null +++ b/RELEASE_NOTES.md @@ -0,0 +1,32 @@ +\# Release Notes + + + +v0.1.0 - First Demo Release + + + + New Features + +\- Initial project setup completed. + +\- Added basic structure and configuration. + +\- Included `.gitignore`, `README.md`, and sample files. + + + + Bug Fixes + +\- N/A (first version) + +Notes + +\- This is the first demo release. + +\- Tag: `v0.1.0` + +\- Signed-off-by: Vishal + + + diff --git a/gitlog.txt b/gitlog.txt new file mode 100644 index 0000000..584f90f --- /dev/null +++ b/gitlog.txt @@ -0,0 +1,31 @@ +C:\Users\vikas\git-lab-vishal>git log --oneline --graph --decorate -n 30 +* c1ea539 (HEAD -> feat/profile, origin/feat/profile) add release notes for v0.1.0 +* d9bd2bb update project line b on feat/profile +* 92f4e7e feat:add profie file +* b2216b9 (main) Update project line to A on master +* 6a34a8c (origin/main) docs: add project readme +* 935ff23 (origin/master, origin/HEAD) Update ELK.txt +* c680361 Update ELK.txt +* e81bcd0 Update ELK.txt +* 093308e Update Kubernetes.txt +* 665f9f0 Update Kubernetes.txt +* adbcf26 Update Kubernetes.txt +* 6682d02 Create Splunk.txt +* 92cd142 Update Kubernetes.txt +* c334bbe Update Kubernetes.txt +* dbee691 Update Kubernetes.txt +* 9f2b09b Update SonarQube.txt +* 8cb1df8 Update Kubernetes.txt +* e4523ca Update Kubernetes.txt +* 171b279 Update SonarQube.txt +* 72d62e9 Update SonarQube.txt +* 881873f Update SonarQube.txt +* d9ad748 Update SonarQube.txt +* 2fdfd98 Update Kubernetes.txt +* 8e42a7a Update SonarQube.txt +* e368980 Update Kubernetes.txt +* 88936c0 Update Kubernetes.txt +* cc03455 Add files via upload +* bfec20f Update Kubernetes.txt +* efe4c5c Add files via upload +* d868caf Delete Readm \ No newline at end of file diff --git a/hello.txt b/hello.txt new file mode 100644 index 0000000..e69de29 diff --git a/hellow.txt b/hellow.txt new file mode 100644 index 0000000..e69de29 diff --git a/notes.md b/notes.md new file mode 100644 index 0000000..69546f6 --- /dev/null +++ b/notes.md @@ -0,0 +1,18 @@ +Conflict resolved manually in README.md + + + +Staged the file with git add README.md + + + +Continued the rebase with git rebase --continue + + + +Pushed rebased branch + + + +PR ready for review/merge + diff --git a/pr_link.txt b/pr_link.txt new file mode 100644 index 0000000..c0d3377 --- /dev/null +++ b/pr_link.txt @@ -0,0 +1 @@ +https://github.com/C0DE-Vishal/git-lab-vishal/pull/new/feat/profile \ No newline at end of file diff --git a/src b/src new file mode 100644 index 0000000..b4f2126 --- /dev/null +++ b/src @@ -0,0 +1 @@ +"hello I am vishal" diff --git a/status.txt b/status.txt new file mode 100644 index 0000000..d1e9a62 --- /dev/null +++ b/status.txt @@ -0,0 +1,5 @@ +C:\Users\vikas\git-lab-vishal>git status +On branch feat/profile +Your branch is up to date with 'origin/feat/profile'. + +nothing to commit, working tree clean \ No newline at end of file