photoholic
1.0.0



使用HTML和CSS創建的照片庫網站可以被熱情的攝影師用作其技能的展示。
git clone https://github.com/your-username/photoholic.gitcd photoholicgit add . git commit -m "Your commit Message" git push origin branch-name1。叉子存儲庫。
2。將項目的分叉副本克隆到本地系統中。
git clone --depth 1 https://github.com/shivani1706/photoholic.git
3。導航到項目目錄。 ?
cd photoholic
**4.** Add a reference (remote) to the original repository.
git遠程添加上游https://github.com/shivani1706/photoholic.git
**5.** Check the remotes for this repository.
git Remote -v
**6.** Always take a pull from the upstream repository to your master branch to keep it at par with the main project (updated repository).
Git Pulpream上游主
**7.** Create a new branch.
git結帳-B pr1
**8.** Search the "issue-finder" folder, add the modified HTML and CSS files and remove the previous ones.
**9.** Track your changes. ✔️
git添加。
**10.** Commit your changes.
git commit -m“拉我的第一個公關”
**11.** Push the committed changes in your feature branch to your remote repository.
git push -u rigins pr1
**12.** To create a pull request, click on `compare and pull requests`. Please ensure you compare your feature branch to the desired branch of the repository you are supposed to make a PR to.
**13.** Add appropriate title and description to your pull request explaining your changes and efforts done.
**14.** Click on `Create Pull Request`.
**15.** Voila! You have made a PR to the project. Sit back and relax while your PR is reviewed by the maintainers.
## REPOSITORY STATUS



<br><br>
## Our Contributors
<a href="https://github.com/shivani1706/photoholic/graphs/contributors">
<img src="https://contrib.rocks/image?repo=shivani1706/photoholic" />
</a>
<br>
<div align="center">
Show some ❤️ by starring this awesome repository!
</div>