In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
Editor to share with you how to use Dreamweaver to bind GitHub warehouse, I believe most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!
Dreamweaver binds GitHub repository
Git is a free, open source distributed version control system for agile and efficient handling of any project, small or large.
To quote teacher Liao Xuefeng: "
What is Git?
Git is currently the most advanced distributed version control system in the world (none).
What are the characteristics of Git? To put it simply: the high-end atmosphere is high-grade!
So what is a version control system?
If you've ever written a long speech in Microsoft Word, you must have had this experience:
What if you want to delete a paragraph but are afraid that you will not be able to find it in the future? If there is a way, first save the current file as. " A new Word file, then change it, change it to a certain extent, and then "save as." A new file, which goes on like this, and your Word document ends up like this:
After a week, you want to find the deleted text, but you can't remember which file you saved before deletion, so you have to find it one by one, which is really troublesome.
Looking at a pile of messy documents, want to keep the latest one, and then delete the others, but also afraid that one day will be used, do not dare to delete, really depressed.
To make matters worse, some parts need to be filled out by your financial colleague, so you Copy the document to her on a USB drive (or send her a copy via Email), and then you continue to modify the Word file. A day later, your colleague will send you the Word file. At this point, you have to think about what changes you made between the time you sent it to her and the time you received her file. It's really difficult to merge your changes with hers.
So you think that if there is a software that can not only automatically record every file change for me, but also allow colleagues to collaborate to edit it, so that you don't have to manage a bunch of similar files yourself, and you don't have to pass them around. If you want to see a change, you only need to take a peek at it in the software. Isn't that convenient? "
Yes, that's the advantage of Git. Okay, don't talk too much nonsense, open up.
First, we open Dreamweaver, and we need to create a new site every time we have a website project, as do we bind to the github repository for the first time. (.)
Check here to associate the Github repository with the site, and initialize it to the git repository below.
OK, we see an extra .gitgnore file in the folder, and the file is green, indicating that git has detected that this is a new file, a new change.
At this time, there is a git option in the task box below the code editing area, which is where the temporary repository, Pull (upload) and push (download) tasks are submitted. These files show that they are not tracked because they are not committed to the staging repository.
But we haven't connected to the github repository yet, so we need to establish a remote connection.
Now let's open the repository created by git and get the remote link. Reminder: generally choose the HTTP link because the support of SSH is not stable.
Fill it out.
A successful connection means that you are one step closer to success!
At this point, we tick on the file to be uploaded and click the first button to submit to the temporary storage area.
After the submission, you will find that there is a small circle ① in the upload button.
After clicking, it will open a push window, and then check whether the branch matches its own repository name, otherwise git will create a new branch. The repository defaults to main, and the new one is generally master.
Click OK and it's done!
The above is all the content of the article "how to bind GitHub Warehouse with Dreamweaver". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.